# HG changeset patch # User domruf # Date 2017-10-29 12:04:01 # Node ID 6f0b598499d8fc72c1f7b78e8e749ce818a67cb4 # Parent 4f183cfd4ceb4feb87a2094512b88c5b3b834b32 less: remove margin below footer diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -637,6 +637,7 @@ table#changesets .booktag { } #footer { background-color: #577632; + margin-bottom: 0; } #footer > span { color: #FFF; diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -413,6 +413,7 @@ ul#summary-menu-stats { #footer { background-color: #577632; + margin-bottom: 0; } #footer > span { color: #FFF;