Changeset - 6f0b598499d8
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 12:04:01
dominikruf@gmail.com
less: remove margin below footer
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -637,6 +637,7 @@ table#changesets .booktag {
 
}
 
#footer {
 
  background-color: #577632;
 
  margin-bottom: 0;
 
}
 
#footer > span {
 
  color: #FFF;
kallithea/public/less/style.less
Show inline comments
 
@@ -413,6 +413,7 @@ ul#summary-menu-stats {
 

	
 
#footer {
 
  background-color: #577632;
 
  margin-bottom: 0;
 
}
 
#footer > span {
 
  color: #FFF;
0 comments (0 inline, 0 general)