diff options
| author | Mark Otto <[email protected]> | 2013-02-17 21:06:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 21:06:20 -0800 |
| commit | f6ec2c5dac371b0b1d56abd65be548ee5ed075c8 (patch) | |
| tree | c1dbdb5f9d9c0e94659cf1dcf27080ee193abb91 /docs/assets | |
| parent | d3cc8f79f42be8a52fbf3e8eaf3f7d0f6623fa2e (diff) | |
| download | bootstrap-f6ec2c5dac371b0b1d56abd65be548ee5ed075c8.tar.xz bootstrap-f6ec2c5dac371b0b1d56abd65be548ee5ed075c8.zip | |
Drop the recently added .counter class for .badge
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c1d682426..db65570fc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4263,7 +4263,7 @@ a.thumbnail:focus { list-style: none; } -.counter { +.badge { display: inline-block; min-width: 10px; padding: 3px 7px; @@ -4278,33 +4278,33 @@ a.thumbnail:focus { border-radius: 10px; } -.counter:empty { +.badge:empty { display: none; } -a.counter:hover, -a.counter:focus { +a.badge:hover, +a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } -.btn .counter { +.btn .badge { position: relative; top: -1px; } -.btn-mini .counter { +.btn-mini .badge { top: 0; } -.nav-list > .active > a > .counter, -.nav-pills > .active > a > .counter { +.nav-list > .active > a > .badge, +.nav-pills > .active > a > .badge { color: #428bca; background-color: #fff; } -.nav-pills > li > a > .counter { +.nav-pills > li > a > .badge { margin-left: 3px; } |
