From: Steven Barth Date: Tue, 3 Jun 2008 21:09:43 +0000 (+0000) Subject: * Increased menu font size X-Git-Tag: 0.8.0~893 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=3bcf6dbea363d7267d95bb0199d91603a33362b7 * Increased menu font size --- diff --git a/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css b/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css index c8bb21d6d..8f30015f3 100644 --- a/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/root/www/luci-static/fledermaus/cascade.css @@ -136,7 +136,7 @@ h3 { } .sidebar ul { - font-size: 0.8em; + font-size: 0.9em; color: white; list-style-type: none; padding-left: 1em; diff --git a/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css index 6469b8f23..90827ab4e 100644 --- a/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/root/www/luci-static/openwrt.org/cascade.css @@ -138,7 +138,7 @@ h3 { } .sidebar ul { - font-size: 0.8em; + font-size: 0.9em; color: white; list-style-type: none; padding-left: 1em;