css/grid.css
[roojs1] / css / inline-editor.css
index f769b09..3288e02 100644 (file)
@@ -96,7 +96,7 @@
 .x-html-editor-wrap   .x-editor-context span:hover {
     text-decoration: underline;
 }
+/* -- undo reset for some elements */
     
 .roo-htmleditor-body  ol li {
     /*giving OL's LIs generated numbers*/
     /*giving UL's LIs generated disc markers*/
     list-style: disc outside;
 }
-     
\ No newline at end of file
+.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