# HG changeset patch # User domruf # Date 1509275041 -3600 # Node ID 6f0b598499d8fc72c1f7b78e8e749ce818a67cb4 # Parent 4f183cfd4ceb4feb87a2094512b88c5b3b834b32 less: remove margin below footer diff -r 4f183cfd4ceb -r 6f0b598499d8 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Oct 27 20:13:39 2017 +0200 +++ b/kallithea/public/css/style.css Sun Oct 29 12:04:01 2017 +0100 @@ -637,6 +637,7 @@ } #footer { background-color: #577632; + margin-bottom: 0; } #footer > span { color: #FFF; diff -r 4f183cfd4ceb -r 6f0b598499d8 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Fri Oct 27 20:13:39 2017 +0200 +++ b/kallithea/public/less/style.less Sun Oct 29 12:04:01 2017 +0100 @@ -413,6 +413,7 @@ #footer { background-color: #577632; + margin-bottom: 0; } #footer > span { color: #FFF;