summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/base.css28
-rwxr-xr-xhtdocs/index.html35
-rwxr-xr-xhtdocs/todo.html6
3 files changed, 44 insertions, 25 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index f939fa2..5a27638 100644
--- a/htdocs/base.css
+++ b/htdocs/base.css
@@ -4,7 +4,7 @@
Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: base.css,v 1.11 2001-08-28 00:35:56 link Exp $
+ $Id: base.css,v 1.12 2001-09-06 23:16:16 link Exp $
*/
@import url(non-netscape.css);
@@ -30,12 +30,11 @@ a:link img, a:visited img {border-style: none}
a img {color: white} /* The only way to hide the border in NS 4.x */
ul.toc {
- list-style: disc;
list-style: none;
}
ol li {
- width: 75ex;
+ max-width: 75ex;
padding: .1em;
}
@@ -60,7 +59,22 @@ address {
border-top-color: black;
}
-p.navbar a {text-decoration: none}
+p.navbar a {
+ text-decoration: none;
+}
+
+p.navbar a:hover {
+ text-decoration: underline;
+ background: yellow;
+}
+p.navbar {
+ text-decoration: none;
+ margin: .1em;
+ padding: .1em;
+ min-width: 13ex;
+ max-width: 15em;
+ width: 15ex;
+}
table th {
text-align: right;
@@ -70,9 +84,9 @@ table th {
div.stb {clear: both}
.intro {
- width: 65ex;
- margin-left: 2em;
- text-align: justify;
+ max-width: 75ex;
+ margin: .1ex;
+ padding: .1ex;
}
/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
diff --git a/htdocs/index.html b/htdocs/index.html
index c68a405..483a1ee 100755
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -26,26 +26,31 @@
<a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a><br />
<a href="http://www.w3.org/TR/html401/">HTML 4.01</a><br />
</p>
- <h1><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo"
- src="http://www.w3.org/Icons/WWW/w3c_home" /></a>
- HTML Validation Service</h1>
- <p class="intro">
- Welcome to the W3C HTML Validation Service; a free service that checks
- documents like HTML and XHTML for conformance to W3C Recommendations
- and other standards.
- </p>
+ <h2><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo"
+ src="http://www.w3.org/Icons/WWW/w3c_home" /></a>
+ HTML Validation Service</h2>
+ <div class="intro">
+ <p>
+ Welcome to the W3C HTML Validation Service; a free service that checks
+ documents like HTML and XHTML for conformance to W3C Recommendations
+ and other standards.
+ </p>
+ </div>
<div class="nsnote">
- <h2>Why does this page look so funny?</H2>
- <p>Because you're using a UA that has buggy support for CSS
- (*cough*Netscape*cough*). Get one that does, they are available
- for all platforms for free, and you'll be much much happier.</P>
+ <h2>Why does this page render badly?</h2>
+ <p>
+ Most likely this is due to a bug in your browser's support for the
+ <a href="http://www.w3.org/">W3C</a>
+ <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a>
+ <a href="http://www.w3.org/TR/REC-CSS1">Reccommendation</a>.
+ </p>
</div>
<div>
- <h2>Recent Updates</h2>
+ <h2><a name="recent">Recent Updates</a></h2>
<p class="intro">
These are the most recent major changes to this service. See
- &ldquo;<a href="whatsnew.html">What&rsquo;s&nbsp;New</a>&rdquo; for more details.
+ "<a href="whatsnew.html">What's&nbsp;New</a>" for more details.
</p>
<ul>
<li><a href="whatsnew.html#2001-07-26">Added support for XHTML 1.1,
@@ -152,7 +157,7 @@
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
alt="Valid XHTML 1.0!" /></a>
<a href="/feedback.html">Gerald Oskoboiny</a><br />
- $Date: 2001-08-28 00:35:56 $
+ $Date: 2001-09-06 23:16:16 $
</address>
</body>
</html>
diff --git a/htdocs/todo.html b/htdocs/todo.html
index ad5deae..d767798 100755
--- a/htdocs/todo.html
+++ b/htdocs/todo.html
@@ -10,12 +10,12 @@
W3C HTML Validation Service, To Do List" />
<meta name="description" content="To Do List for W3C's Validation Service." />
<meta name="revision"
- content="$Id: todo.html,v 1.44 2001-07-24 11:38:37 link Exp $" />
+ content="$Id: todo.html,v 1.45 2001-09-06 23:16:16 link Exp $" />
</head>
<body>
<h1><a href="http://www.w3.org/"><img id="logo"
src="http://www.w3.org/Icons/WWW/w3c_home" height="48"
- alt="W3C" /></a> HTML Validation Service: To Do List</h1>
+ alt="W3C" /></a> Validator: To Do List</h1>
<p class="intro">
This page has the to-do list for the <a href="/">W3C HTML Validation
Service</a>, including bugs that need fixing and general wishlist items.
@@ -217,7 +217,7 @@
<a href="/check/referer"><img src="/images/vxhtml10.png"
height="31" width="88" alt="Valid XHTML 1.0!" /></a>
<a href="/feedback.html">Gerald Oskoboiny</a><br />
- $Date: 2001-07-24 11:38:37 $
+ $Date: 2001-09-06 23:16:16 $
</address>
</body>
</html>