diff options
| author | Mark Otto <[email protected]> | 2013-01-19 18:53:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-19 18:53:41 -0800 |
| commit | d30f47efb2580b0f435128940b48d5e5d30ca529 (patch) | |
| tree | e49324a9d4e5f95acfe2010161f78946b85e8a22 /docs/assets | |
| parent | c21c3f101b334fb176b5fc4efd437b7da724e1fc (diff) | |
| download | bootstrap-d30f47efb2580b0f435128940b48d5e5d30ca529.tar.xz bootstrap-d30f47efb2580b0f435128940b48d5e5d30ca529.zip | |
Tighten up badges docs; less bottom margin on h3
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a78ab929a..47396530a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -425,13 +425,13 @@ h6 small { } h1, -h2, -h3 { +h2 { margin-top: 20px; margin-bottom: 10px; line-height: 40px; } +h3, h4, h5, h6 { @@ -4006,15 +4006,14 @@ a.thumbnail:hover { .counter { display: inline-block; min-width: 10px; - padding: 2px 7px; - font-size: 11.844px; + padding: 3px 7px; + font-size: 12px; font-weight: bold; - line-height: 14px; + line-height: 1; color: #fff; text-align: center; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; - vertical-align: baseline; + vertical-align: middle; background-color: #999999; border-radius: 10px; } @@ -4038,6 +4037,16 @@ a.counter:hover { top: 0; } +.nav-list > .active > a > .counter, +.nav-pills > .active > a > .counter { + color: #428bca; + background-color: #fff; +} + +.nav-pills > li > a > .counter { + margin-left: 3px; +} + @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; |
