diff options
author | ot <ot@localhost> | 2002-11-07 04:53:08 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2002-11-07 04:53:08 +0000 |
commit | 7118f4a725d058ab296f507d2f659bfdb8ac9018 (patch) | |
tree | a41f8532ea25f45e57791e2880135b2a2345e9ef /htdocs | |
parent | ef0f7a0a632105c25bd9f1eb8aba33b7c8d1df79 (diff) | |
download | markup-validator-7118f4a725d058ab296f507d2f659bfdb8ac9018.zip markup-validator-7118f4a725d058ab296f507d2f659bfdb8ac9018.tar.gz markup-validator-7118f4a725d058ab296f507d2f659bfdb8ac9018.tar.bz2 |
toc style
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 93e3e41..bb134b3 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.23 2002-11-06 02:52:23 ot Exp $ + $Id: base.css,v 1.24 2002-11-07 04:53:08 ot Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -215,3 +215,7 @@ td.comma.shortcut { background: #e7e7ff; td.comma.tool { background: #e7e7ff } tr.comma {border : 1px solid black;} +/* documentation - table of contents */ +#toc { + border : 1px solid black; +} |