diff options
| author | Mark Otto <[email protected]> | 2012-11-03 13:18:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-03 13:18:23 -0700 |
| commit | ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256 (patch) | |
| tree | ba2ef9a550b0bdc43f58ec151a66b99f9e812c57 /docs/assets/css/bootstrap.css | |
| parent | fc42ac6a56a5ce4ad58ff3d817a369cd57345d1b (diff) | |
| download | bootstrap-ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256.tar.xz bootstrap-ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256.zip | |
Fixes #5775: Collapse labels/badges
* When :empty, display: none;
* Add documentation for change in behavior
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 142df455a..83c9bec75 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5427,6 +5427,11 @@ a.thumbnail:hover { border-radius: 9px; } +.label:empty, +.badge:empty { + display: none; +} + a.label:hover, a.badge:hover { color: #ffffff; |
