diff options
author | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
commit | aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6 (patch) | |
tree | 821e0c46e3f1f97e3c772c307318a91310bf114d /htdocs/tips.css | |
parent | fd1cf4dbfa6f7fc6c71b0630974705443e959bcb (diff) | |
download | markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.zip markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.gz markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.bz2 |
Merging from validator-0_6_0-branch (at tag validator-0_6_1-release) to
HEAD. Superficially ok, but probably needs tweaking for merge breakage.
Diffstat (limited to 'htdocs/tips.css')
-rw-r--r-- | htdocs/tips.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/htdocs/tips.css b/htdocs/tips.css index 9a8e3bf..d9c83d1 100644 --- a/htdocs/tips.css +++ b/htdocs/tips.css @@ -4,14 +4,12 @@ Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: tips.css,v 1.4 2002-10-27 15:36:19 ville Exp $ + $Id: tips.css,v 1.5 2002-12-01 13:40:32 link Exp $ */ dl.tip { -/* float: right; */ text-align: justify; -/* width: 25ex; */ margin-top: 0em; background: #eeeeee; border-top: 1px solid black; @@ -37,14 +35,8 @@ dl.tip dd { font-weight: bolder; margin: .5em; color: blue; -/* border: .1em dashed black; */ } -/ * dl.tip dd a:hover { - color: blue; - background: silver; -} */ - dl.tip dd a { padding: .1em .25em; text-decoration: none; |