From 14d542c41a01e2dcf22733b9706364c8735285a4 Mon Sep 17 00:00:00 2001 From: Adrian Vondendriesch Date: Wed, 3 Jun 2009 19:06:33 +0200 Subject: Make little changes to the styles section --- blogthon.cgi | 6 +++--- styles/blogthon.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blogthon.cgi b/blogthon.cgi index ddea46c..9ff2f02 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -410,9 +410,9 @@ else: print '
' print ' ' print ' ' - print ' name:' - print '
text:' - print '
' + str(random_int_a) + ' +' + str(random_int_b) + '=' + print ' ' + print '
' + print '
' print '
' print '
' print ' ' 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; } -- cgit v1.2.3