- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 11:05:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31784 Modified Files: style.css Log Message: tweaking fonts Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- style.css 2 Mar 2011 11:01:22 -0000 1.36 +++ style.css 2 Mar 2011 11:05:12 -0000 1.37 @@ -114,7 +114,9 @@ /* Resets */ -h1, h2, h3, h4, h5, h6, p, a, ul, ol, dt, dd, 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;} +h1, h2, h3, h4, h5, h6, p, a, ul, ol, dt, dd, table, caption, th, td { font-weight: normal !important; margin: 0; padding: 0; color: inherit; font-family: Georgia, "Bitstream Charter", 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;} + ul li, ol li { list-style-type: none; } dl, dd, dt {border:none !important;} @@ -133,7 +135,7 @@ html { background-color: transparent; } /* Override whatwg.css */ -body { margin: 2em auto; width: 35em; font-size: 1em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} +body { margin: 2em auto; width: 35em; font-size: 1.05em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} div.head { position: relative; }
Received on Wednesday, 2 March 2011 11:05:15 UTC