From 6b6241feaa56e3d123fc6ff5f176c08747154324 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Aug 2013 12:43:43 -0700 Subject: fixes #9241: enable collapsing for labels, in addition to badges, when empty --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3