Header to-top link fix

This commit is contained in:
Ruud
2012-06-28 23:51:17 +02:00
parent ce920f4bd4
commit 891dbe8ab4
+5 -3
View File
@@ -198,6 +198,7 @@ body > .spinner, .mask{
.header .navigation li a {
display: block;
padding: 15px;
position: relative;
}
.header .navigation li:first-child a { padding-left: 10px; }
.header .navigation li span {
@@ -209,9 +210,10 @@ body > .spinner, .mask{
content: '';
display: inline-block;
height: 2px;
width: 100%;
position: relative;
top: -20px;
width: 76%;
left: 12%;
position: absolute;
top: 46px;
background-color: #46505e;
outline: none;
box-shadow: inset 0 1px 8px rgba(0,0,0,0.05), 0 1px 0px rgba(255,255,255,0.15);