From 6ea9cc92fcda617f8fed9f24543e144f66760923 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 Apr 2012 15:57:29 +0800 Subject: [PATCH] css/inline-editor.css --- css/inline-editor.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/inline-editor.css b/css/inline-editor.css index 7193ca1795..f769b0914b 100644 --- a/css/inline-editor.css +++ b/css/inline-editor.css @@ -95,4 +95,15 @@ } .x-html-editor-wrap .x-editor-context span:hover { text-decoration: underline; -} \ No newline at end of file +} + + +.roo-htmleditor-body ol li { + /*giving OL's LIs generated numbers*/ + list-style: decimal outside; +} +.roo-htmleditor-body ul li { + /*giving UL's LIs generated disc markers*/ + list-style: disc outside; +} + \ No newline at end of file -- 2.39.2