X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3a9201532641056de58df7b4555a686057cbe40e..117159f11709d23e0d1998ed93989d64bdce8983:/editor.css 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; }