www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www gnu.css


From: Matt Lee
Subject: www gnu.css
Date: Fri, 30 Jun 2006 23:34:44 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/06/30 23:34:44

Modified files:
        .              : gnu.css 

Log message:
        Removed font-size declarations as well as all non-free fonts from 
        font-family declarations until we can find a solution that doesn't 
upset 
        people.
        
        http://www.google.co.uk/search?q=font+sizes+GNU+linux+too+small will 
        show you that this problem is well known, at least.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu.css?cvsroot=www&r1=1.32&r2=1.33

Patches:
Index: gnu.css
===================================================================
RCS file: /web/www/www/gnu.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- gnu.css     27 Jun 2006 17:43:27 -0000      1.32
+++ gnu.css     30 Jun 2006 23:34:42 -0000      1.33
@@ -23,18 +23,17 @@
 }
 
 body{
-       font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, 
Helvetica, Arial, sans-serif; /* favour free fonts!! */
+       font-family: "Bitstream Vera Sans", sans-serif; /* favour free fonts!! 
*/
        background-color: #fff;
-       font-size: 80%;
        margin: 0;
        padding: 1em;
-       color: #111;
+       color: #333;
 }
 
 h1,h2,h3,h4,h5,h6{
        color: #000;
        font-weight: bold;
-       font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, 
Helvetica, Arial, sans-serif; /* favour free fonts!! */
+       font-family: "Bitstream Vera Sans", sans-serif; /* favour free fonts!! 
*/
        border: 0;
        background-color: transparent;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]