refine spacing on fixed subnav

This commit is contained in:
Mark Otto 2012-01-24 23:44:59 -08:00
parent e555f38ae4
commit ae70d2a8b6
1 changed files with 2 additions and 1 deletions

View File

@ -197,8 +197,9 @@ section {
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
} }
.subnav-fixed .nav { .subnav-fixed .nav {
width: 940px; width: 938px;
margin: 0 auto; margin: 0 auto;
padding: 0 1px;
} }
} }