Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
milesimarco committed Jun 29, 2015
1 parent 219162b commit 90faa78
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,17 @@ display:table;
position: fixed!important;
margin: 0 auto;
top: 0;
z-index: 99999999;
z-index: 1000;
max-width:1150px;
left: initial!important;
}

.clear:after {
clear:both;
}

#menu-menu-orizzontale li:first-child a {
width: 18.2%;
width: 18.6%;
text-align: center;
}

Expand Down Expand Up @@ -574,7 +575,9 @@ color:#3A291F!important;
#topbar {
height:auto!important;
min-height:30px;
width:100%;
width:101%;
left:-0.5%;
border-radius:2px;
padding:0;
position: relative;
float:left;
Expand Down

0 comments on commit 90faa78

Please sign in to comment.