- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Feb 2012 05:08:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5 In directory hutz:/tmp/cvs-serv26950 Modified Files: HEADER.html FOOTER.html Log Message: updated Index: FOOTER.html =================================================================== RCS file: /sources/public/html5/FOOTER.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- FOOTER.html 27 Feb 2012 11:53:56 -0000 1.7 +++ FOOTER.html 28 Feb 2012 05:08:00 -0000 1.8 @@ -1,4 +1,5 @@ </div> +</div> <script> var links = document.getElementsByTagName("a"); for (var i = 0; i < links.length; ++i) { Index: HEADER.html =================================================================== RCS file: /sources/public/html5/HEADER.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- HEADER.html 27 Feb 2012 11:34:35 -0000 1.32 +++ HEADER.html 28 Feb 2012 05:08:00 -0000 1.33 @@ -2,12 +2,19 @@ <meta charset=utf-8> <title>HTML WG editor's drafts</title> <style> +html { + background: #DDE5D9 url(data:image/gif;base64,R0lGODlhBAAEAIAAANra2v///yH5BAAAAAAALAAAAAAEAAQAAAIFTGB4xlcAOw==) repeat 0 0; + font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica; +} body { - font-family: sans-serif; - margin-left: 32px; + border: solid 1px #CED4CA; + background-color: #FFF; + padding: 4px 4px 4px 20px; + margin: 20px 20px 20px 20px; } h1 { - font-size: 40px; + font-size: 39px; + font-weight: normal; color: #0B5B9D; vertical-align: top; margin-bottom: 0px; @@ -34,6 +41,8 @@ } h1 + p { margin-bottom: 4px; +} +p { margin-right: 20%; } th { @@ -42,7 +51,7 @@ tr:nth-child(3) { display: none; } -.main { +.drafts { display: block; font-family: Bitstream Vera Sans Mono, monospace; white-space: pre; @@ -59,4 +68,4 @@ repository easily browsable on the Web. <p>Some HTML Working Group editor’s drafts are now maintained in the <a href="http://dvcs.w3.org/hg">W3C Mercurial server</a> rather than here. -<div class=main> +<div class=drafts>
Received on Tuesday, 28 February 2012 05:08:04 UTC