From: Jo-Philipp Wich Date: Thu, 27 Oct 2011 17:15:00 +0000 (+0000) Subject: themes/openwrt: small css fix for tab menu rendering in webkit X-Git-Tag: 0.11.0~1457 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=84acc67709d4c60470e2727ff991170739d61537;p=project%2Fluci.git themes/openwrt: small css fix for tab menu rendering in webkit --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 1c04bfcf5..2bdd34777 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -726,7 +726,8 @@ ul.cbi-tabmenu { list-style-type: none; position: relative; z-index: 10; - top: 1px; + top: 4px; + line-height: 20px; } ul.cbi-tabmenu li.cbi-tab,