Change font-size measures, closes #446
authorFlorian Fainelli <florian@openwrt.org>
Sun, 2 Apr 2006 16:49:07 +0000 (16:49 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 2 Apr 2006 16:49:07 +0000 (16:49 +0000)
SVN-Revision: 3581

openwrt/package/webif/files/www/webif.css

index 599946d97ee7a4f44ccd472ba580f76209e07d4f..c4b31af465af500691960b60a1aa0da2a98e8d5b 100644 (file)
@@ -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 {