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;