css/inline-editor.css
authorAlan Knowles <alan@akbkhome.com>
Wed, 18 Apr 2012 07:57:29 +0000 (15:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 18 Apr 2012 07:57:29 +0000 (15:57 +0800)
css/inline-editor.css

index 7193ca1..f769b09 100644 (file)
 }
 .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