diff options
author | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-03 19:06:33 +0200 |
---|---|---|
committer | Adrian Vondendriesch <discostu@81-89-105-205.(none)> | 2009-06-03 19:06:33 +0200 |
commit | 14d542c41a01e2dcf22733b9706364c8735285a4 (patch) | |
tree | d8d42c80f18b3a11fe0781be56d2fde648e2eca7 /styles | |
parent | 43f7693dc96e511cd4e642f25022fe9a21d337b7 (diff) |
Make little changes to the styles section
Diffstat (limited to 'styles')
-rw-r--r-- | styles/blogthon.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css index 986cb50..5ea3bbe 100644 --- a/styles/blogthon.css +++ b/styles/blogthon.css @@ -357,12 +357,12 @@ div.comments { padding-bottom: 5px; } - span.submit_comment_name { + label.submit_comment_name { font-weight: bold; margin-right: 5px; } - span.submit_comment_text { + label.submit_comment_text { font-weight: bold; margin-right: 5px; } @@ -371,7 +371,7 @@ div.comments { background-color #DFDFDF; } - span.submit_comment_quiz { + label.submit_comment_quiz { font-weight: bold; margin-right: 5px; } |