Fixed css issue with sidebar

This commit is contained in:
Torkel Ödegaard 2015-02-19 10:15:24 +01:00
parent 181542249d
commit 0786977bcf
2 changed files with 3 additions and 5 deletions

View File

@ -89,7 +89,7 @@
.top-nav-icon {
margin: 5px 0px 0 11px;
line-height: 34px;
line-height: 41px;
float: left;
}

View File

@ -94,7 +94,7 @@
opacity: .7;
position: relative;
left: 11px;
top: 5px;
top: 1px;
font-size: 125%;
}
}
@ -104,7 +104,7 @@
.sidemenu-item {
color: #f80;
line-height: 34px;
line-height: 41px;
padding: 14px 10px 14px 20px;
display: block;
@ -113,8 +113,6 @@
&.no-icon {
padding-left: 59px;
}
//text-shadow: 1px 0 10px #A25803;
//text-shadow: 1px 0 10px #f80;
}
}