themes/openwrt: small css fix for tab menu rendering in webkit
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 17:15:00 +0000 (17:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 27 Oct 2011 17:15:00 +0000 (17:15 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 1c04bfcf530100b3b66ecb9a0ac5e193a25bb98f..2bdd3477795c3d533ce6eeb37fb8c439e3241d68 100644 (file)
@@ -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,