2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #9241: enable collapsing for labels, in addition to badges, when empty

This commit is contained in:
Mark Otto
2013-08-11 12:43:43 -07:00
parent d5290c61d8
commit 6b6241feaa
4 changed files with 11 additions and 2 deletions
+4
View File
@@ -4127,6 +4127,10 @@ a.thumbnail:focus {
cursor: pointer;
}
.label:empty {
display: none;
}
.label-default {
background-color: #999999;
}