# HG changeset patch # User domruf # Date 1509128127 -7200 # Node ID 7c0f072dfc1ee0b1fc4d3a76f48a5598fcd17639 # Parent 7c1112c0b2de75e727bf1728f70a234759fd733e less: remove weird .anchor style I see no point in this. diff -r 7c1112c0b2de -r 7c0f072dfc1e kallithea/public/css/style.css --- 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; diff -r 7c1112c0b2de -r 7c0f072dfc1e kallithea/public/less/style.less --- 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;