From 138e71a42e3c5edc6cf9d7b404ec08c34efe7c5c Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 11 Nov 2013 12:40:21 +0800 Subject: [PATCH] MDL-42699 Bootstrap tinymce css. Whitespace fix. --- theme/bootstrapbase/less/moodle/editor.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/bootstrapbase/less/moodle/editor.less b/theme/bootstrapbase/less/moodle/editor.less index 671af91cfe3..27de921b902 100644 --- a/theme/bootstrapbase/less/moodle/editor.less +++ b/theme/bootstrapbase/less/moodle/editor.less @@ -1,5 +1,5 @@ // Over ride bootstrap editor CSS. -body { +body { margin: 8px; -} \ No newline at end of file +}