From: Jo-Philipp Wich Date: Fri, 4 Jan 2013 16:25:06 +0000 (+0000) Subject: themes/bootstrap: fix a small style quirk observed on firewall overview page X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=3fce9b3a3232e6c2ed5da9b252b4bbdfcde705b9 themes/bootstrap: fix a small style quirk observed on firewall overview page --- diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index e529129e0..84f00c4a9 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1833,8 +1833,8 @@ table.cbi-section-table td.cbi-section-table-cell { cursor: pointer; } -.zonebadge em, -.zonebadge strong { +.zonebadge > em, +.zonebadge > strong { margin: 5px; display: inline-block; }