- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Fri, 30 Apr 2004 04:05:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv18175 Modified Files: Tag: validator-0_6_0-branch header.html footer.html index.html base.css results.css Log Message: * grammar/language fixes - thanks Andrew Robinson * CSS fixes - margins for source display - banner border + version info less visible - footer margin + removed version info there Index: header.html =================================================================== RCS file: /sources/public/validator/htdocs/header.html,v retrieving revision 1.19.2.25 retrieving revision 1.19.2.26 diff -u -d -r1.19.2.25 -r1.19.2.26 --- header.html 26 Apr 2004 00:35:32 -0000 1.19.2.25 +++ header.html 30 Apr 2004 04:05:40 -0000 1.19.2.26 @@ -17,10 +17,11 @@ <body> <div id="banner"> - <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" - id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - <img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /> - Markup Validation Service v0.6.5 <em>[Beta #2]</em></h1> + <h1 id="title"> + <a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + <a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a> + Markup Validation Service</h1> + <span id="versioninfo"> v0.6.5 <em>[Beta #2]</em></span> </div> <ul class="navbar" id="menu"> <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.13.2.27 retrieving revision 1.13.2.28 diff -u -d -r1.13.2.27 -r1.13.2.28 --- results.css 28 Apr 2004 08:14:57 -0000 1.13.2.27 +++ results.css 30 Apr 2004 04:05:40 -0000 1.13.2.28 @@ -93,10 +93,13 @@ /* */ #source div { +/* where the source is actually displayed */ background: #eee; border: 1px solid black; - margin-left: auto; - margin-right: auto; + margin-right: 1em; + margin-left: 1em; + padding-left: 1em; + padding-right: 1em; } #source code { Index: footer.html =================================================================== RCS file: /sources/public/validator/htdocs/footer.html,v retrieving revision 1.5.2.12 retrieving revision 1.5.2.13 diff -u -d -r1.5.2.12 -r1.5.2.13 --- footer.html 26 Apr 2004 12:23:43 -0000 1.5.2.12 +++ footer.html 30 Apr 2004 04:05:40 -0000 1.5.2.13 @@ -4,7 +4,7 @@ <a href="<!--#echo var="relroot" -->check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> - This is the W3C Markup Validator version 0.6.5beta2. Feedback: + Feedback: <a title="Send Feedback for the W3C Markup Validation Service" href="<!--#echo var="relroot" -->feedback.html">The W3C Validator Team</a><br /> <!--#echo var="date" --> Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.26.2.36 retrieving revision 1.26.2.37 diff -u -d -r1.26.2.36 -r1.26.2.37 --- base.css 28 Apr 2004 08:14:56 -0000 1.26.2.36 +++ base.css 30 Apr 2004 04:05:40 -0000 1.26.2.37 @@ -135,11 +135,9 @@ } address { - padding-top: .5em; padding-right: 1em; padding-left: 1em; - padding-bottom: .5em; - margin-top: 3em;; + margin-top: 3em; border-top: 1px solid black; background-color: #eee; clear: right; @@ -151,7 +149,6 @@ background-attachment: scroll; height: 50px; background-position: center; - margin:0; padding:0; } p.copyright { @@ -195,28 +192,38 @@ color: #053188; } #banner h1 {font-size: 1.3em; -border-bottom: 1px solid black;} +display: inline} -#banner {background-image: url(images/header); +#banner { +background-image: url(images/header); background-repeat: no-repeat; background-attachment: scroll; height: 50px; background-position: right; -margin:0; padding:0;} +margin:0; padding:0; +border-bottom: 1px solid black; +} + +#banner #versioninfo { + font-size: small; + color: #053188; + +} h1#title { /* background-color: #eee; border-bottom: 1px solid black; padding: .25em;*/ - padding:0; + padding: 0; margin: 0; color: #053188; } /* Used for beta releases. */ -h1#title em { +#versioninfo em { color: red; } + h2 { font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif; font-size-adjust: .53; Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/index.html,v retrieving revision 1.55.2.26 retrieving revision 1.55.2.27 diff -u -d -r1.55.2.26 -r1.55.2.27 --- index.html 26 Apr 2004 00:35:32 -0000 1.55.2.26 +++ index.html 30 Apr 2004 04:05:40 -0000 1.55.2.27 @@ -26,7 +26,7 @@ </p> </form> <p> - Enter the <abbr title="Uniform Resource Locator">URL</abbr> of the page + Enter the <abbr title="Uniform Resource Identifier">URI</abbr> of the page you want to check. Advanced options are available from the <a title="Extended Interface to the W3C Markup Validation Service" href="detailed.html">Extended Interface</a>.
Received on Friday, 30 April 2004 00:05:46 UTC