www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Matt Lee
Subject: www style.css
Date: Fri, 21 Mar 2008 14:55:39 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/03/21 14:55:39

Modified files:
        .              : style.css 

Log message:
        removed font-families.

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

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- style.css   20 Mar 2008 19:48:19 -0000      1.31
+++ style.css   21 Mar 2008 14:55:25 -0000      1.32
@@ -48,7 +48,7 @@
 #urgent a:hover{ background-color: red; }
 
   body{
-  font-family: "Liberation Sans", "Bitstream Vera Sans", sans-serif;
+  font-family: sans-serif;
 border-top: 2em solid #ccc; background-color: #efefef;
   }
 
@@ -97,7 +97,7 @@
 
 #navigation li:hover a{ color: yellow; }
 
-#content h2, #content h3, #content h4, #content h5, #content h6{ font-family: 
"Tiresias Signfont", "Liberation Sans", "Bitstream Vera Sans", sans-serif;
+#content h2, #content h3, #content h4, #content h5, #content h6{ 
  color: #3465a4; font-size: 1.8em; padding-bottom: 0.3em;
  margin-bottom: 0.3em;padding-top: 0.7em; font-weight:bold; }
 
@@ -109,7 +109,7 @@
 
 #content h6{ font-size: 1.0em; }
 
-.caption{ color: #3465a4; font-family: "Liberation Sans", "Bitstream Vera 
Sans", sans-serif; font-size: 1.5em !important; margin:0; }
+.caption{ color: #3465a4; font-size: 1.5em !important; margin:0; }
 
 
   .netscape4{
@@ -275,7 +275,7 @@
 display: block;
 background-color: #eeeeee;
 color: #000000;
-font-family: "Liberation Mono", monospace;
+font-family: monospace;
 }
 
 #bottom-links{ background-color: #fff; font-size: 0.8em;}
@@ -292,7 +292,7 @@
 
 blockquote{ margin: 1em; font-style: italic; }
 
-code, kbd, samp, tt{ font-family: "Liberation Mono", monospace; }
+code, kbd, samp, tt{ font-family: monospace; }
 
 #toplinks{ position: absolute; top: 0; left: 1em;  line-height: 2em; }
 
@@ -300,7 +300,7 @@
 
 .center{ text-align:center; }
 
-.big{ font-size: 130%; padding-top: 0.7em; font-family: "Tiresias Signfont", 
"Liberation Sans", "Bitstream Vera Sans", sans-serif; }
+.big{ font-size: 130%; padding-top: 0.7em; }
 
 .inline-list li { display: inline }
 




reply via email to

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