#907: fixed styles for Safary

This commit is contained in:
Vokhmin Alexey V 2013-02-13 17:47:46 +04:00
parent 747a0f8f8d
commit fbe7deabb9
1 changed files with 2 additions and 3 deletions

View File

@ -52,16 +52,15 @@ header menu ul li a {
margin: 0;
li {
display: inline-block;
padding: 10px;
padding: 10px 10px 0;
height: 26px;
margin: 0 5px;
border: 1px solid #a9c6dd;
border-bottom: none;
float: left;
}
li.selected {
height: 15px;
background-color: #FFF;
border-bottom: 2px solid #FFF;
}
.tags { float: right; }
}