From 117159f11709d23e0d1998ed93989d64bdce8983 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Mon, 6 May 2013 22:23:45 +0200 Subject: [PATCH] Visual editor - margin for first nested section --- editor.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- 2.20.1