From 3fce9b3a3232e6c2ed5da9b252b4bbdfcde705b9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 4 Jan 2013 16:25:06 +0000 Subject: [PATCH] themes/bootstrap: fix a small style quirk observed on firewall overview page --- themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 ++-- 1 file 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; } -- 2.11.0