]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak ads styling
authorMark Otto <otto@github.com>
Sat, 17 Aug 2013 21:21:58 +0000 (14:21 -0700)
committerMark Otto <otto@github.com>
Sat, 17 Aug 2013 21:21:58 +0000 (14:21 -0700)
assets/css/docs.css

index 3796b7089be6beb2f21addc3df5de9d3b864bcb1..502fc75cf8fb4c498db3f4b6a278faab96b8cb00 100644 (file)
@@ -196,7 +196,7 @@ body {
 
 /* Page headers */
 .bs-header {
-  padding: 30px 30px 40px;
+  padding: 30px 15px 40px; /* side padding builds on .container 15px, so 30px */
   font-size: 16px;
   text-align: center;
 }
@@ -227,7 +227,7 @@ body {
   text-align: left;
   background: #463265 !important;
   border: 0 !important;
-  border-top: 1px solid #463265 !important;
+  box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
 }
 .carbonad-img {
   margin: 0 !important;
@@ -859,9 +859,8 @@ body {
 
   .carbonad {
     margin: 0 !important;
-    border: 1px solid #463265 !important;
     border-radius: 4px;
-    box-shadow: 0 1px 0 rgba(255,255,255,.1);
+    box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
   }
 
   /* Show the docs nav */