Changeset - 4f183cfd4ceb
[Not reviewed]
default
0 3 0
domruf - 8 years ago 2017-10-27 20:13:39
dominikruf@gmail.com
less: some cleanup of footer styling
3 files changed with 2 insertions and 16 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -21,10 +21,6 @@ nav.navbar #quick a:hover,
 
  text-decoration: none;
 
  background: inherit;
 
}
 
.navbar-text {
 
  margin-top: 0;
 
  margin-bottom: 0;
 
}
 
nav.navbar #quick ul,
 
#context-pages ul {
 
  background: #577632;
kallithea/public/css/style.css
Show inline comments
 
@@ -636,9 +636,7 @@ table#changesets .booktag {
 
  width: 100%;
 
}
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
}
 
#footer > span {
 
  color: #FFF;
 
@@ -647,10 +645,6 @@ table#changesets .booktag {
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
 
#login .panel-body .icon-lock {
 
  font-size: 100px;
 
  color: #DDD;
kallithea/public/less/style.less
Show inline comments
 
@@ -410,10 +410,9 @@ ul#summary-menu-stats {
 
  white-space: pre;
 
  width: 100%;
 
}
 

	
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
}
 
#footer > span {
 
  color: #FFF;
 
@@ -422,10 +421,7 @@ ul#summary-menu-stats {
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
 

	
 
#login .panel-body .icon-lock {
 
  font-size: 100px;
 
  color: #DDD;
0 comments (0 inline, 0 general)