Author: deryck
Date: 2005-09-16 21:33:31 +0000 (Fri, 16 Sep 2005)
New Revision: 813

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=813

Log:
Minor fix to help with scaling up when the user
resizes the browser's fonts.

Also, include a better font for Opera on Linux.


Modified:
   trunk/style/common.css


Changeset:
Modified: trunk/style/common.css
===================================================================
--- trunk/style/common.css      2005-09-16 21:13:16 UTC (rev 812)
+++ trunk/style/common.css      2005-09-16 21:33:31 UTC (rev 813)
@@ -18,7 +18,7 @@
        margin:0;
        padding:0;
        background-color:#E5E9F5;
-       font-family:Lucidasans, Helvetica, Verdana, sans-serif;
+       font-family:Lucidasans, "Nimbus Sans L", Helvetica, Verdana, sans-serif;
        font-size:medium;
        color:#000;
 }
@@ -114,7 +114,7 @@
 }
 .srch {
        text-align:right;
-  margin:0 5px 0 0;
+       margin:0 5px 0 0;
 }
 .srch form {
        display:inline;
@@ -181,11 +181,13 @@
        padding:0;
        margin:0;
 }
+* html #nav a {
+       height:20px;
+}
 #nav a,
 #nav a:link,
 #nav a:visited {
        display:block;
-       height:20px;
        font-size:small;
        color:#2B5C9F;
 }

Reply via email to