Refactoring: aliasing requirejs module names
[fnpeditor.git] / modules / documentCanvas / nodes.less
index 1b325d6..d02e872 100644 (file)
@@ -1,7 +1,9 @@
-[wlxml-text] {
+[document-text-element] {
+    font-size: 14px;
     display: inline;
     margin: 0 1px;
     border: 1px solid white;
+    white-space: pre-wrap;
 }
 
 [wlxml-tag] {
 }
 
 [wlxml-tag=span] {
-    display:inline;
     min-width: 10px;
 }
 
-[wlxml-tag=header] {
+[wlxml-tag=header] [document-text-element] {
     font-size: 13px;
     font-weight: bold;
     margin: 10px 0;
     color: blue;
 }
 
-[wlxml-tag=header] [wlxml-class=author] {
+[wlxml-tag=header] [wlxml-class=author] [document-text-element] {
     font-size: 14px;
 }
 
-[wlxml-tag=header] [wlxml-class=title] {
+[wlxml-tag=header] [wlxml-class=title] [document-text-element] {
     font-size:18px;
 }
 
         padding: 5px;
     }
 
+}
+
+[wlxml-tag="aside"] {
+    margin-top: 10px;
+    margin-bottom: 10px;
 }
\ No newline at end of file