- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 17:21:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14449
Modified Files:
style.css
Log Message:
chnaged to sans-serif again
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- style.css 2 Mar 2011 16:48:53 -0000 1.46
+++ style.css 2 Mar 2011 17:21:12 -0000 1.47
@@ -114,7 +114,7 @@
/* Resets */
-h1, h2, h3, h4, h5, h6, p, a, ul, ol, dt, dd { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family: Georgia, "Bitstream Charter", serif;}
+h1, h2, h3, h4, h5, h6, p, a, ul, ol, dt, dd { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family:verdana, 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;}
table, caption, th, td { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family:verdana, 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;}
td a:link , th a:link {font-family:verdana, 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif; text-decoration:underline;}
Received on Wednesday, 2 March 2011 17:21:16 UTC