diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
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; } |
