]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Adjust Carbon Ads margin on -xs 16565/head
authorTimothy Gu <timothygu99@gmail.com>
Sat, 30 May 2015 21:57:41 +0000 (14:57 -0700)
committerTimothy Gu <timothygu99@gmail.com>
Sat, 30 May 2015 21:57:41 +0000 (14:57 -0700)
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.

Fixes #16552.

docs/assets/css/src/docs.css

index 2806fdefbeedae9927aac7f14741f656ac91b462..622b3e577f5f0727b48f691a343a291c2a2ed03d 100644 (file)
@@ -356,7 +356,7 @@ h4 code {
   width: auto !important;
   height: auto !important;
   padding: 20px !important;
-  margin: 30px -30px -31px !important;
+  margin: 30px -15px -31px !important;
   overflow: hidden; /* clearfix */
   font-size: 13px !important;
   line-height: 16px !important;