2002/css-validator validator.html.en,1.29,1.30

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv11058

Modified Files:
	validator.html.en 
Log Message:
import local stylesheet, minor markup fixes

Index: validator.html.en
===================================================================
RCS file: /sources/public/2002/css-validator/validator.html.en,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- validator.html.en	24 Oct 2007 06:31:15 -0000	1.29
+++ validator.html.en	31 Oct 2007 14:06:41 -0000	1.30
@@ -7,7 +7,7 @@
     <link rev="made" href="mailto:www-validator-css@w3.org" />
     <link rev="start" href="./" title="Home Page" />
     <style type="text/css" media="all">
-      @import "http://validator.w3.org/style/base.css";
+      @import "style/base.css";
     </style>   
     <script type="text/javascript" src="http://validator.w3.org/scripts/mootools.js"></script>
     <script type="text/javascript" src="http://validator.w3.org/scripts/w3c-validator.js"></script>
@@ -17,7 +17,7 @@
   <body>
    <div id="banner">
     <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
-    <a href="./"><span>CSS Validation Service" </span></a></h1>
+    <a href="./"><span>CSS Validation Service</span></a></h1>
     <p id="tagline">
       Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
     </p>
@@ -188,10 +188,13 @@
       </fieldset>
       </div><!-- fields -->
 	</div> <!-- frontforms -->
+	<div class="intro">
 	<p><strong>Note</strong>: If you want to validate your CSS style sheet embedded 
 	in an (X)HTML document, you should first <a href="http://validator.w3.org/">check 
 	that the (X)HTML you use is valid</a>.
 	</p>
+	</div>
+	
    <ul class="navbar"  id="menu">
         <li><a href="about.html" title="About this service">About</a> <span class="hideme">|</span></li>
         <li><a href="documentation.html" title="Documentation for the W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>

Received on Wednesday, 31 October 2007 14:06:57 UTC