summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/base.css17
-rwxr-xr-xhtdocs/docs/users.html40
2 files changed, 30 insertions, 27 deletions
diff --git a/htdocs/base.css b/htdocs/base.css
index bb134b3..2f07e2a 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.24 2002-11-07 04:53:08 ot Exp $
+ $Id: base.css,v 1.25 2002-11-07 05:02:58 ot Exp $
*/
@import url(results.css); /* CSS for validation results. */
@@ -209,13 +209,16 @@ h6 {
/* comma tools table */
-td.comma.desc { background: #ffeecc; font-family: sans-serif }
-td.comma.shortcut { background: #e7e7ff;
- font-family: monospace }
-td.comma.tool { background: #e7e7ff }
-tr.comma {border : 1px solid black;}
+td.comma-desc { background: #ffeecc;
+border : 1px solid black;
+font-family: sans-serif }
+td.comma-shortcut { background: #e7e7ff;
+border : 1px solid black;
+font-family: monospace }
+td.comma-tool { background: #e7e7ff; border : 1px solid black;}
+
/* documentation - table of contents */
#toc {
- border : 1px solid black;
+ border-bottom : 2px dotted black;
}
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index 8be26ee..2068bf4 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.11 2002-11-07 04:51:25 ot Exp $"
---><!--#set var="date" value="\$Date: 2002-11-07 04:51:25 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.12 2002-11-07 05:02:58 ot Exp $"
+--><!--#set var="date" value="\$Date: 2002-11-07 05:02:58 $"
--><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -168,76 +168,76 @@
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
A plain text version of the page.
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
<a href="/Web/Tools/html2txt">HTML2Text</a>
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,text
</td>
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
Validate the MarkUp.
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
W3C Markup Validator
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,validate
</td>
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
Check links (anchors).
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
W3C Link Checker
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,checklink or ,checklinks
</td>
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
Check links (recursively)
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
W3C Link Checker
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,rchecklink or ,rchecklinks
</td>
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
A version of the page with linearized tables.
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
Tablin
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,tablin
</td>
</tr>
<tr class="comma">
- <td class="comma.desc">
+ <td class="comma-desc">
CVS history for the page or resource.
</td>
- <td class="comma.tool">
+ <td class="comma-tool">
CVSWeb
</td>
- <td class="comma.shortcut">
+ <td class="comma-shortcut">
,cvs or ,cvslog
</td>
</tr>