css/inline-editor.css
[roojs1] / 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