X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/e54a6bc1fa5737591083883e7e610745e2eec168..b2f1929ee729de25d516b0f9cdb49f265ce2d848:/modules/documentCanvas/nodes.less diff --git a/modules/documentCanvas/nodes.less b/modules/documentCanvas/nodes.less index 9128290..1b325d6 100644 --- a/modules/documentCanvas/nodes.less +++ b/modules/documentCanvas/nodes.less @@ -47,11 +47,11 @@ color: blue; } -[wlxml-tag=header] > [wlxml-class=author] { +[wlxml-tag=header] [wlxml-class=author] { font-size: 14px; } -[wlxml-tag=header] > [wlxml-class=title] { +[wlxml-tag=header] [wlxml-class=title] { font-size:18px; } @@ -74,7 +74,7 @@ [wlxml-class="list-items"] { - > [wlxml-class="item"] { + [wlxml-class="item"] { display: list-item; margin-left: 10px; padding-left: 5px; @@ -82,7 +82,7 @@ } [wlxml-class="item"] { - > [wlxml-class="list-items"] { + [wlxml-class="list-items"] { display: block; } }