diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-25 08:53:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-25 08:53:04 +0000 |
commit | de791e99170dde3ce1349b66a9eeba74ec1569bf (patch) | |
tree | 6cae54caad6adfe75509bb3f0f89d815c16039df /themes | |
parent | 5b67f92b6fb535fe77ee180c376c0393a3b36ecf (diff) |
themes/openwrt: increase menu font size
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 1 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 dc1c30b2e..c53ca014b 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -37,7 +37,7 @@ ul.tabmenu { clear: both; display: block; vertical-align: bottom; - font-size: 90%; + font-size: 10pt; padding: 5px 0 0 5px; } |