diff options
author | francis <francis> | 2008-06-12 14:44:13 +0000 |
---|---|---|
committer | francis <francis> | 2008-06-12 14:44:13 +0000 |
commit | d229acafd557c53cece0f4496375f7faf9a4860c (patch) | |
tree | a3b7ff26b25b19110ab1cb9b2a0ed4c28f2d52a6 | |
parent | 86a61fe7de90aaa1187c5b1d7b390c6991e7f165 (diff) |
And stylesheet change.
-rw-r--r-- | public/stylesheets/yucky-green.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/stylesheets/yucky-green.css b/public/stylesheets/yucky-green.css index dff14f48a..225cb9f48 100644 --- a/public/stylesheets/yucky-green.css +++ b/public/stylesheets/yucky-green.css @@ -176,6 +176,12 @@ select, input, textarea { .form_note { margin-left: 16.5em; } +.form_checkbox { + margin-left: 16.5em; +} +.form_checkbox label { + font-weight: bold; +} .form_button { margin-left: 16em; } @@ -542,6 +548,9 @@ img.rss { #sign_together .form_note { margin-left: 8.5em; } +#sign_together .form_checkbox { + margin-left: 8.5em; +} #sign_together .form_button { margin-left: 8em; } |