From 84acc67709d4c60470e2727ff991170739d61537 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Oct 2011 17:15:00 +0000 Subject: [PATCH] themes/openwrt: small css fix for tab menu rendering in webkit --- themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.11.0