changeset 6994:6f0b598499d8

less: remove margin below footer
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 12:04:01 +0100
parents 4f183cfd4ceb
children 42932bee7a37
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;