css/grid.css
[roojs1] / css / inline-editor.css
index 7193ca1..3288e02 100644 (file)
 }
 .x-html-editor-wrap   .x-editor-context span:hover {
     text-decoration: underline;
-}
\ No newline at end of file
+}
+/* -- undo reset for some elements */
+    
+.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;
+}
+.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