diff options
| author | Mark Otto <[email protected]> | 2014-01-15 16:25:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-15 16:25:04 -0800 |
| commit | 7e7264e22495ba1b85ec4dc95366f7abd146d4f9 (patch) | |
| tree | b62f9098678e5984505ff4685af426e1ac4f0e92 /docs/assets/css/docs.css | |
| parent | 5ac8dca8ad38cfe57665aee6b4f9f00e371203ef (diff) | |
| download | bootstrap-7e7264e22495ba1b85ec4dc95366f7abd146d4f9.tar.xz bootstrap-7e7264e22495ba1b85ec4dc95366f7abd146d4f9.zip | |
fix ad placement
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 24834ea06..89c205f95 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -391,7 +391,8 @@ body { @media (min-width: 768px) { .carbonad { - margin: 0 !important; + margin-left: 0 !important; + margin-right: 0 !important; } } @@ -400,6 +401,7 @@ body { position: absolute; top: 0; right: 15px; /* 15px instead of 0 since box-sizing */ + margin: 0 !important; padding: 15px !important; width: 330px !important; } |
