diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-04 16:25:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-04 16:25:06 +0000 |
commit | 3fce9b3a3232e6c2ed5da9b252b4bbdfcde705b9 (patch) | |
tree | b4b888f9f00587be440b884cea8577bdd24efb85 /themes | |
parent | 169ed91671b0fe5ca2591f9b08d79ed2cc40d88d (diff) |
themes/bootstrap: fix a small style quirk observed on firewall overview page
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |