From a92fad37a4f08b297213e56bdc12d41109320ae8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 Apr 2012 15:57:59 +0800 Subject: [PATCH] css/inline-editor.css --- css/inline-editor.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/inline-editor.css b/css/inline-editor.css index f769b0914b..bc2e06d9f1 100644 --- a/css/inline-editor.css +++ b/css/inline-editor.css @@ -106,4 +106,9 @@ /*giving UL's LIs generated disc markers*/ list-style: disc outside; } - \ No newline at end of file +.roo-htmleditor-body ol, +.roo-htmleditor-body ul, +.roo-htmleditor-body dl { + /*bringing lists on to the page with breathing room */ + margin-left:2em; +} \ No newline at end of file -- 2.39.2