diff options
| author | Mark Otto <[email protected]> | 2013-08-17 14:21:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 14:21:58 -0700 |
| commit | 214835c6b21f7c4f3a5a30d85580e4c5929fc73c (patch) | |
| tree | 9c4d4b91a7e661a64be3843207c6ba560ef491b4 /assets/css/docs.css | |
| parent | 441e04c84a8a5dd4f55aad61c35c54aded41cc1d (diff) | |
| download | bootstrap-214835c6b21f7c4f3a5a30d85580e4c5929fc73c.tar.xz bootstrap-214835c6b21f7c4f3a5a30d85580e4c5929fc73c.zip | |
tweak ads styling
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 3796b7089..502fc75cf 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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 */ |
