]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak docs shadows
authorMark Otto <markotto@twitter.com>
Tue, 24 Jul 2012 06:54:26 +0000 (23:54 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 24 Jul 2012 06:54:26 +0000 (23:54 -0700)
docs/assets/css/docs.css

index 657bcd8a92e151aed13eb401c61fd5272cb8e8e9..fa487e001a4c64b090563a6ac9aa1bd85580be7e 100644 (file)
@@ -29,6 +29,9 @@ h3 code {
 
 body > .navbar-fixed-top {
   font-size: 13px;
+  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);
+     -moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);
+          box-shadow: 0 5px 15px rgba(0,0,0,.15);
 }
 
 /* Change the docs' brand */
@@ -960,25 +963,25 @@ form.bs-docs-example {
     left: 0;
   }
   .masthead {
-    height: 400px;
+    height: 380px;
   }
   .subhead {
-    height: 120px; /* +80px pdding */
+    height: 130px; /* +80px pdding */
   }
   .bs-docs-canvas {
     position: absolute;
     width: 100%;
     z-index: 10;
     background-color: #fff;
-    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
-       -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
-            box-shadow: 0 1px 5px rgba(0,0,0,.5);
+    -webkit-box-shadow: 0 -5px 15px rgba(0,0,0,.15);
+       -moz-box-shadow: 0 -5px 15px rgba(0,0,0,.15);
+            box-shadow: 0 -5px 15px rgba(0,0,0,.15);
   }
   .masthead + .bs-docs-canvas {
-    top: 550px;
+    top: 530px;
   }
   .subhead + .bs-docs-canvas {
-    top: 240px;
+    top: 250px;
   }
 }