From 96bab3e01d541bf57f3103dc8acd8ddf0a0cceb2 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 17 Aug 2011 16:54:23 +0100 Subject: [PATCH] MDL-28979 qtype match: correct answer formatted badly. --- question/type/match/styles.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 question/type/match/styles.css diff --git a/question/type/match/styles.css b/question/type/match/styles.css new file mode 100644 index 00000000000..0f79d8c2c8e --- /dev/null +++ b/question/type/match/styles.css @@ -0,0 +1,3 @@ +.que.match .feedback .rightanswer * { + display: inline; +}