]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9556
authorMark Otto <otto@github.com>
Wed, 14 Aug 2013 21:24:00 +0000 (14:24 -0700)
committerMark Otto <otto@github.com>
Wed, 14 Aug 2013 21:24:00 +0000 (14:24 -0700)
assets/css/docs.css

index e346d0333e6e7d62f8466c0e51be933c1545013d..11c310b70c3c582640f70e3b2e24b631947a033a 100644 (file)
@@ -368,7 +368,7 @@ body {
 .bs-example {
   position: relative;
   padding: 45px 15px 15px;
-  margin: 0 -15px -1px;
+  margin: 0 -15px 15px;
   background-color: #fafafa;
   box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
   border-color: #e5e5e5 #eee #eee;
@@ -390,7 +390,7 @@ body {
 
 /* Tweak display of the examples */
 .bs-example + .highlight {
-  margin: 0 -15px;
+  margin: -15px -15px 15px;
   border-radius: 0;
   border-width: 0 0 1px;
 }