X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/3c3939e2970468061592e66fc8989189279c3d17..aa2d1772f5df4aa0e43d993b0db857504901e491:/src/editor/modules/documentCanvas/nodes.less diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index 7f01f5e..b6335a8 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -63,7 +63,7 @@ padding: 10px; } -[wlxml-class|="uri"] { +[wlxml-class|="link"] { color: blue; text-decoration: underline; } @@ -72,7 +72,7 @@ text-indent: 1.5em; } -[wlxml-class|="emph-tech"] { +[wlxml-class|="emp"] { font-style: italic; } @@ -80,9 +80,9 @@ display:none; } -[wlxml-class="list"] { +[wlxml-class|="list"] { - [wlxml-class="item"] { + [wlxml-class|="item"] { display: list-item; margin-left: 10px; padding-left: 5px;