Fixed nav header for all browsers

This commit is contained in:
Giulia Alfonsi 2014-06-11 17:03:46 +01:00
parent 5a8ebb20c4
commit 321256c4c0

View File

@ -200,13 +200,14 @@ header nav a {
header nav a.selected:before {
position: absolute;
top: 42px;
top: 45px; /* 42px */
left: 35%;
/* border-left: solid 1px #ccc; */
/* border-top: solid 1px #ccc; */
width: 1.1em;
height: 1.1em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
content: '';
}
@ -253,6 +254,8 @@ article p {
nav {
float: right;
width: 50%;
text-align: right;
}
.button.action {