From: Mark Otto Date: Wed, 14 Aug 2013 21:24:00 +0000 (-0700) Subject: fixes #9556 X-Git-Tag: v3.0.0~81^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49932d60b49805934b54aa22c831aaf78fc22e30;p=thirdparty%2Fbootstrap.git fixes #9556 --- diff --git a/assets/css/docs.css b/assets/css/docs.css index e346d0333e..11c310b70c 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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; }