- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Mar 2011 22:43:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv28898 Modified Files: style.css Log Message: h1 update Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- style.css 8 Mar 2011 22:05:08 -0000 1.48 +++ style.css 8 Mar 2011 22:43:34 -0000 1.49 @@ -153,11 +153,11 @@ { content: url(HTML5_Logo_64.png); float:left; - padding-top:12px; + padding-top:20px; } div.head hr, div.head > a, img[src*="http://www.w3.org/Icons/"], div.head dl { display: none; } /* Hide hr, the logo, logo alternate and the dl list in the head section */ -div.head h1 { font-family: "ChunkFiveRegular", Helvetica; line-height: 1.4em; margin: -0.2em 0 0.5em 0; -webkit-font-smoothing: antialiased; font-size: 3em; } +div.head h1 { font-family: "ChunkFiveRegular", Helvetica; line-height: 1.4em; margin: -0.2em 0 0.5em 0; -webkit-font-smoothing: antialiased; font-size: 4em; } div.head h1 span.edition { display: block; font-size: 0.5em; line-height: 0.25em; } div.head h1 span.rcsrevision { display: none; } div.head h2 { margin: 0 0 0.5em 0; font-size: 0.9em; font-family:verdana, sans-serif;}
Received on Tuesday, 8 March 2011 22:43:39 UTC