section indentation in editor
[fnpeditor.git] / src / editor / modules / documentCanvas / nodes.less
index 7938911..9bc7a6e 100644 (file)
@@ -33,6 +33,7 @@
 [wlxml-tag=section] {
     margin-top: 10px;
     margin-bottom: 10px;
+    margin-left: 30px;
 }
 
 [wlxml-class|="cite"] {
 [wlxml-tag="aside"] {
     margin-top: 10px;
     margin-bottom: 10px;
-
-    [wlxml-class='gap'] {
-        display: inline;
-    }
 }
-
-[wlxml-class="gap"] {
-    &:before, &:after {
-        color: darken(@blue, 10%);
-        font-weight: bold;
-        //vertical-align: super;
-    }
-    &:before {
-        content: "(";
-    }
-    &:after {
-        content: ")";
-    }
-}
\ No newline at end of file