Commit d3622235 authored by Mark Otto's avatar Mark Otto

refine fixed docs bar

parent 9ef4171d
...@@ -170,6 +170,12 @@ section { ...@@ -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 { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment