www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Karl Berry
Subject: www style.css
Date: Sat, 22 Dec 2007 23:01:31 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       07/12/22 23:01:31

Modified files:
        .              : style.css 

Log message:
        treat code and samp as monospace, var as italic (#350235)

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

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- style.css   22 Dec 2007 03:22:12 -0000      1.15
+++ style.css   22 Dec 2007 23:01:25 -0000      1.16
@@ -281,12 +281,10 @@
 
 #backtotop p{ text-align: right; }
 
-kbd{ font-family: monospace; }
-
 strong, b{ font-weight: bold; }
 
-em, i{ font-style: italic; }
+em, i, var{ font-style: italic; }
 
 blockquote{ margin: 1em; font-style: italic; }
 
-tt{ font-family: monospace; }
\ No newline at end of file
+code, kbd, samp, tt{ font-family: monospace; }




reply via email to

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