diff options
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; |