diff options
author | ot <ot@localhost> | 2002-11-06 02:52:23 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2002-11-06 02:52:23 +0000 |
commit | f86c5a6b7eaffab78df5ede2b5180b5944574216 (patch) | |
tree | 26b2b801aa10f8b18624130ae882d4564954b1ce /htdocs | |
parent | bc1076be3319fe69e7ace3a5c3d53e806e28777f (diff) | |
download | markup-validator-f86c5a6b7eaffab78df5ede2b5180b5944574216.zip markup-validator-f86c5a6b7eaffab78df5ede2b5180b5944574216.tar.gz markup-validator-f86c5a6b7eaffab78df5ede2b5180b5944574216.tar.bz2 |
style for comma tools table in doc
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/base.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index 68d87cc..93e3e41 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.22 2002-10-27 15:36:19 ville Exp $ + $Id: base.css,v 1.23 2002-11-06 02:52:23 ot Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -207,4 +207,11 @@ h6 { text-transform: none; } +/* 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;} |