1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

refine fixed docs bar

This commit is contained in:
Mark Otto 2012-01-24 18:29:17 -08:00
parent 9ef4171d03
commit d362223535

View file

@ -170,6 +170,12 @@ section {
top: 40px;
z-index: 1030;
width: 938px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.05);
box-shadow: 0 1px 5px rgba(0,0,0,.05);
}
@ -565,6 +571,13 @@ form.well {
.subhead .nav li + li a {
border-top: 1px solid #eee;
}
.subhead .subnav-fixed {
position: static;
top: auto;
z-index: auto;
width: auto;
}
/* Don't space out quick links so much */
.quick-links {