From: Florian Fainelli Date: Sun, 2 Apr 2006 16:49:07 +0000 (+0000) Subject: Change font-size measures, closes #446 X-Git-Tag: whiterussian_rc6~287 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=aa395667af1ac893a3bf979ade11915de29c1d16;p=openwrt%2Fsvn-archive%2Fopenwrt.git Change font-size measures, closes #446 SVN-Revision: 3581 --- diff --git a/openwrt/package/webif/files/www/webif.css b/openwrt/package/webif/files/www/webif.css index 599946d97e..c4b31af465 100644 --- a/openwrt/package/webif/files/www/webif.css +++ b/openwrt/package/webif/files/www/webif.css @@ -5,7 +5,7 @@ html, body { font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; + font-size: 1.0em; width: inherit; height: 100%; } @@ -126,7 +126,7 @@ option { #header #mainmenu h3 { padding-left: 1em; float: left; - font-size: 9pt; + font-size: 0.9em; text-transform: uppercase; } @@ -136,7 +136,7 @@ option { } #header #mainmenu li { - font-size: 9pt; + font-size: 0.9em; float: left; margin-left: 1.5em; } @@ -251,7 +251,7 @@ option { color: white; text-decoration: none; font-weight: normal; - font-size: 11pt; + font-size: 1.1em; } #save a:hover {