1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

refine spacing on fixed subnav

This commit is contained in:
Mark Otto
2012-01-24 23:44:59 -08:00
parent e555f38ae4
commit ae70d2a8b6

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;
} }
} }