diff options
author | ot <ot@localhost> | 2007-03-15 06:54:48 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-15 06:54:48 +0000 |
commit | 2d364b4faf121f8ef55001b8e2d0288f2c822b09 (patch) | |
tree | 5cab4202ded9a94d2b528f26f468014d44181372 /htdocs/style/base.css | |
parent | bc1bc798dc193d1fcfa65a40be84b2d9f5f4cbca (diff) | |
download | markup-validator-2d364b4faf121f8ef55001b8e2d0288f2c822b09.zip markup-validator-2d364b4faf121f8ef55001b8e2d0288f2c822b09.tar.gz markup-validator-2d364b4faf121f8ef55001b8e2d0288f2c822b09.tar.bz2 |
After using the HEAD validator for a while, I can't say I am convinced
that putting the revalidation options behind a toggle is useful.
Reverting.
Also styling revalidate button and options a little
Diffstat (limited to 'htdocs/style/base.css')
-rw-r--r-- | htdocs/style/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css index dc429b8..49f9346 100644 --- a/htdocs/style/base.css +++ b/htdocs/style/base.css @@ -5,7 +5,7 @@ Copyright 2000~2007 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.3 2007-03-14 07:42:37 ot Exp $ + $Id: base.css,v 1.4 2007-03-15 06:54:48 ot Exp $ */ /* @@ -247,11 +247,11 @@ fieldset p.instructions { padding-bottom: 0; margin-bottom: 0; } -fieldset p.submit_button { +fieldset p.submit_button, fieldset div.submit_button { text-align: right; padding-top: .5em; } -fieldset p.submit_button input { +fieldset p.submit_button input, fieldset div.submit_button input { font-weight: bold; color: #005A9C; background: #fff; |