]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
refine fixed docs bar
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:29:17 +0000 (18:29 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:29:17 +0000 (18:29 -0800)
docs/assets/css/docs.css

index ac48c6e2b65ad08093ae3b90e2f5d39dec6d09cd..dd723800b2e9da6385f1713bb8ed172cbb5bfe7a 100644 (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 {