From eb111397cd86d31475594644c717d6839a7dc3df Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 26 Jan 2005 22:31:42 +0000 Subject: [PATCH] Polishing the styles for the quiz_results block a bit. --- theme/standard/styles_layout.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 861fcd5cb0..0578435b4b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -448,10 +448,15 @@ td.cal_event_description { padding:10px; } +#block_quiz_results { + text-align: center; +} + #block_quiz_results table.grades { width: 100%; border-spacing: 0px; border-collapse: collapse; + text-align: left; } #block_quiz_results h1 { @@ -465,5 +470,6 @@ td.cal_event_description { text-align: center; font-weight: bold; font-size: 1em; - margin: 0px; -} \ No newline at end of file + margin: 1em 0px 0px 0px; + border-bottom: 1px solid; +} -- 2.39.5