From: Alan Knowles Date: Wed, 18 Apr 2012 07:57:29 +0000 (+0800) Subject: css/inline-editor.css X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6ea9cc92fcda617f8fed9f24543e144f66760923 css/inline-editor.css --- 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