changeset 6986:7c0f072dfc1e

less: remove weird .anchor style I see no point in this.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 20:15:27 +0200
parents 7c1112c0b2de
children d69d258c1403
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Oct 26 23:26:25 2017 +0200
+++ b/kallithea/public/css/style.css	Fri Oct 27 20:15:27 2017 +0200
@@ -96,10 +96,6 @@
   background-color: #577632;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
-.anchor {
-  margin-top: -46px;
-  padding-top: 46px;
-}
 nav.navbar #logo > .navbar-brand > img {
   margin-top: -9px;
   margin-right: 5px;
--- a/kallithea/public/less/style.less	Thu Oct 26 23:26:25 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 20:15:27 2017 +0200
@@ -100,10 +100,6 @@
   background-color: #577632;
   box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 }
-.anchor {
-  margin-top: -46px;
-  padding-top: 46px;
-}
 nav.navbar #logo > .navbar-brand > img {
   margin-top: -9px;
   margin-right: 5px;