themes/bootstrap: fix a small style quirk observed on firewall overview page

This commit is contained in:
Jo-Philipp Wich 2013-01-04 16:25:06 +00:00
parent 169ed91671
commit 3fce9b3a32

View file

@ -1833,8 +1833,8 @@ table.cbi-section-table td.cbi-section-table-cell {
cursor: pointer; cursor: pointer;
} }
.zonebadge em, .zonebadge > em,
.zonebadge strong { .zonebadge > strong {
margin: 5px; margin: 5px;
display: inline-block; display: inline-block;
} }