editor: canvas - render emphasis with bold instead of italic
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 78792cc..42f09ea 100644 (file)
@@ -70,7 +70,7 @@
 }
 
 [wlxml-class|="emp"] {
-    font-style: italic;
+    font-weight: bold;
 }
 
 [wlxml-tag=metadata] {
 
 [wlxml-class|="list"] {
 
-     [wlxml-class|="item"] {
-        display: list-item;
+
+    > * > [wlxml-class|="item"] {
         margin-left: 10px;
         padding-left: 5px;
+        
+        &:before {
+            content: '\2022';
+            margin-right:10px;
+            padding-right:10px;
+        }
     }
 }
 
 
     counter-reset: myitem;
 
-    > [wlxml-class="item"] {
+    > * > [wlxml-class="item"] {
         counter-increment: myitem;
         margin-left: 10px;
         padding-left: 5px;