From 9734d9a0a17b938fac781ee8c8fae3d8036b475c Mon Sep 17 00:00:00 2001 From: Cameron <e107inc@gmail.com> Date: Wed, 18 Jan 2017 10:24:34 -0800 Subject: [PATCH] TinyMce editor styling. --- e107_plugins/tinymce4/editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_plugins/tinymce4/editor.css b/e107_plugins/tinymce4/editor.css index c5ad7d569..918f161d3 100644 --- a/e107_plugins/tinymce4/editor.css +++ b/e107_plugins/tinymce4/editor.css @@ -1,3 +1,5 @@ body { padding: 10px; } div.clearfix:before { color:silver; content: "CLEAR FLOATS"; font-size:0.7em; padding-left:49%; padding-top:15px; } -div.clearfix { margin-bottom:10px; } \ No newline at end of file +div.clearfix { margin-bottom:10px; } +ul.fa-ul { padding-left:30px} +li { outline: 1px dashed silver; } \ No newline at end of file