Changeset - 7c0f072dfc1e
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 20:15:27
dominikruf@gmail.com
less: remove weird .anchor style

I see no point in this.
2 files changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -96,10 +96,6 @@ nav.navbar {
 
  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;
kallithea/public/less/style.less
Show inline comments
 
@@ -100,10 +100,6 @@ nav.navbar {
 
  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;
0 comments (0 inline, 0 general)