changeset 6993:4f183cfd4ceb

less: some cleanup of footer styling
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 20:13:39 +0200
parents c0f455bad77b
children 6f0b598499d8
files kallithea/public/css/contextbar.css kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 3 files changed, 2 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Fri Oct 27 20:13:39 2017 +0200
+++ b/kallithea/public/css/contextbar.css	Fri Oct 27 20:13:39 2017 +0200
@@ -21,10 +21,6 @@
   text-decoration: none;
   background: inherit;
 }
-.navbar-text {
-  margin-top: 0;
-  margin-bottom: 0;
-}
 nav.navbar #quick ul,
 #context-pages ul {
   background: #577632;
--- a/kallithea/public/css/style.css	Fri Oct 27 20:13:39 2017 +0200
+++ b/kallithea/public/css/style.css	Fri Oct 27 20:13:39 2017 +0200
@@ -636,9 +636,7 @@
   width: 100%;
 }
 #footer {
-  padding: 10px 15px;
   background-color: #577632;
-  background-repeat: repeat-x;
 }
 #footer > span {
   color: #FFF;
@@ -647,10 +645,6 @@
 #footer .navbar-link {
   color: #FFF;
 }
-#footer.navbar {
-  min-height: inherit;
-  padding-bottom: 8px;
-}
 #login .panel-body .icon-lock {
   font-size: 100px;
   color: #DDD;
--- a/kallithea/public/less/style.less	Fri Oct 27 20:13:39 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 20:13:39 2017 +0200
@@ -410,10 +410,9 @@
   white-space: pre;
   width: 100%;
 }
+
 #footer {
-  padding: 10px 15px;
   background-color: #577632;
-  background-repeat: repeat-x;
 }
 #footer > span {
   color: #FFF;
@@ -422,10 +421,7 @@
 #footer .navbar-link {
   color: #FFF;
 }
-#footer.navbar {
-  min-height: inherit;
-  padding-bottom: 8px;
-}
+
 #login .panel-body .icon-lock {
   font-size: 100px;
   color: #DDD;