From fda1da57e16ee34a2fa13ca76372a371a3fd6928 Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Fri, 16 Sep 2011 16:16:22 +0700 Subject: [PATCH] MDL-47494 ddimageortext: OU-1549 Double line spacing was accidentally copied over from ddwtos question type. --- question/type/ddimageortext/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/question/type/ddimageortext/styles.css b/question/type/ddimageortext/styles.css index 435cafdd097..ae9a3ad48d4 100755 --- a/question/type/ddimageortext/styles.css +++ b/question/type/ddimageortext/styles.css @@ -1,5 +1,4 @@ .que.ddimageortext .qtext { - line-height: 2em; margin-bottom: 0.5em; display: block; }