From: urs_hunkler Date: Thu, 20 Apr 2006 08:37:00 +0000 (+0000) Subject: removed width for multichoice feedback X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0e2b7205f52b974503e7338c0b85aaac29cca508;p=moodle.git removed width for multichoice feedback --- diff --git a/mod/quiz/styles.php b/mod/quiz/styles.php index 8138c1816d..9f3844d9fc 100644 --- a/mod/quiz/styles.php +++ b/mod/quiz/styles.php @@ -147,7 +147,7 @@ body#mod-quiz-grading table#grading td background-color: #EEE; } #mod-quiz-attempt .multichoice .c0 { - width: 5%; + /* width: 5%; */ vertical-align: top; padding-top: 0.4em; }