diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 17:15:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 17:15:00 +0000 |
commit | 84acc67709d4c60470e2727ff991170739d61537 (patch) | |
tree | c823efe26b6781b3a7627ad174d9e76938ba891c /themes | |
parent | fc6ad21d33d0b4879738c394da15ea6c051d277a (diff) |
themes/openwrt: small css fix for tab menu rendering in webkit
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 3 |
1 files changed, 2 insertions, 1 deletions
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, |