changeset 6992:c0f455bad77b

less: stick with the default of no shadow in navbar And .icon is a span now, so display: inline has no effect
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 20:13:39 +0200
parents fdf3493bc929
children 4f183cfd4ceb
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 1 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Oct 27 19:56:18 2017 +0200
+++ b/kallithea/public/css/style.css	Fri Oct 27 20:13:39 2017 +0200
@@ -95,15 +95,11 @@
 nav.navbar {
   min-height: 44px;
   background-color: #577632;
-  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 nav.navbar #logo > .navbar-brand > img {
   margin-top: -9px;
   margin-right: 5px;
 }
-nav.navbar #quick li .icon {
-  display: inline;
-}
 .form-group > label {
   float: left;
 }
@@ -643,7 +639,6 @@
   padding: 10px 15px;
   background-color: #577632;
   background-repeat: repeat-x;
-  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 #footer > span {
   color: #FFF;
--- a/kallithea/public/less/style.less	Fri Oct 27 19:56:18 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 20:13:39 2017 +0200
@@ -101,15 +101,12 @@
 nav.navbar {
   min-height: 44px;
   background-color: #577632;
-  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 nav.navbar #logo > .navbar-brand > img {
   margin-top: -9px;
   margin-right: 5px;
 }
-nav.navbar #quick li .icon {
-  display: inline;
-}
+
 .form-group > label {
   float: left;
 }
@@ -417,7 +414,6 @@
   padding: 10px 15px;
   background-color: #577632;
   background-repeat: repeat-x;
-  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 #footer > span {
   color: #FFF;