mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
refine fixed docs bar
This commit is contained in:
@@ -170,6 +170,12 @@ section {
|
|||||||
top: 40px;
|
top: 40px;
|
||||||
z-index: 1030;
|
z-index: 1030;
|
||||||
width: 938px;
|
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 {
|
.subhead .nav li + li a {
|
||||||
border-top: 1px solid #eee;
|
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 */
|
/* Don't space out quick links so much */
|
||||||
.quick-links {
|
.quick-links {
|
||||||
|
Reference in New Issue
Block a user