From: Aleksander Ɓukasz Date: Mon, 6 May 2013 20:23:45 +0000 (+0200) Subject: Visual editor - margin for first nested section X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/117159f11709d23e0d1998ed93989d64bdce8983 Visual editor - margin for first nested section --- diff --git a/editor.css b/editor.css index 8df3f73..1bd55c6 100644 --- a/editor.css +++ b/editor.css @@ -19,6 +19,10 @@ body { float: right; } +#rng-skelton-menu li { + display: inline; +} + #rng-skelton-messages { position: absolute; top: -22px; @@ -292,6 +296,10 @@ span[wlxml-tag] { margin-bottom: 10px; } +[wlxml-tag=section] [wlxml-tag=section] { + margin-left:10px; +} + [wlxml-class|="cite"] { font-style: italic; }