aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 12:43:43 -0700
committerMark Otto <[email protected]>2013-08-11 12:43:43 -0700
commit6b6241feaa56e3d123fc6ff5f176c08747154324 (patch)
tree9ffa22b18294d336b63090b17878133ee3d340b1 /dist/css/bootstrap.css
parentd5290c61d80ee6ed108b498221fb48a84b4f2e6f (diff)
downloadbootstrap-6b6241feaa56e3d123fc6ff5f176c08747154324.tar.xz
bootstrap-6b6241feaa56e3d123fc6ff5f176c08747154324.zip
fixes #9241: enable collapsing for labels, in addition to badges, when empty
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 03042ad8b..65ec51fd0 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4127,6 +4127,10 @@ a.thumbnail:focus {
cursor: pointer;
}
+.label:empty {
+ display: none;
+}
+
.label-default {
background-color: #999999;
}