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