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: Sat, 22 Dec 2007 03:22:28 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/12/22 03:22:28

Modified files:
        .              : style.css 

Log message:
        fixes

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

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- style.css   12 Dec 2007 22:11:30 -0000      1.14
+++ style.css   22 Dec 2007 03:22:12 -0000      1.15
@@ -20,7 +20,7 @@
 /* attention gnu webmasters - please don't edit this file, instead,
 get mattl to do it. */
 
address@hidden url('reset.css');
address@hidden url('/reset.css');
 
 html, body{
         padding: 0;
@@ -81,7 +81,7 @@
 
 #links li { line-height: 1.6em; font-size: 0.9em; }
 
-#content { font-family: serif; background-color: #fff;  padding-bottom: 1.8em; 
}
+#content { font-family: serif, sans-serif; background-color: #fff;  
padding-bottom: 1.8em; }
 
 #navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
 
@@ -95,7 +95,7 @@
 
 #navigation li:hover a{ color: yellow; }
 
-#content h2, #content h3, #content h4, #content h5, #content h6{ font-family: 
"Liberation Sans",sans-serif;
+#content h2, #content h3, #content h4, #content h5, #content h6{ font-family: 
sans-serif;
  color: #3465a4; font-size: 1.8em; padding-bottom: 0.3em;
  margin-bottom: 0.3em;padding-top: 0.7em; font-weight:bold; }
 
@@ -107,7 +107,7 @@
 
 #content h6{ font-size: 1.0em; }
 
-.caption{ color: #3465a4; font-family: sans-serif; font-size: 1.5em 
!important; margin:0; }
+.caption{ color: #3465a4; font-family: "Liberation Sans", "Bitstream Vera 
Sans", sans-serif; font-size: 1.5em !important; margin:0; }
 
 
   .netscape4{
@@ -282,3 +282,11 @@
 #backtotop p{ text-align: right; }
 
 kbd{ font-family: monospace; }
\ No newline at end of file
+
+strong, b{ font-weight: bold; }
+
+em, i{ font-style: italic; }
+
+blockquote{ margin: 1em; font-style: italic; }
+
+tt{ font-family: monospace; }
\ No newline at end of file




reply via email to

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