fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Custom wlxml tag/class names in breadcrumbs and familytree
[fnpeditor.git]
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/modules/documentCanvas/nodes.less
b/modules/documentCanvas/nodes.less
index
de4fd7c
..
d02e872
100644
(file)
--- a/
modules/documentCanvas/nodes.less
+++ b/
modules/documentCanvas/nodes.less
@@
-3,6
+3,7
@@
display: inline;
margin: 0 1px;
border: 1px solid white;
display: inline;
margin: 0 1px;
border: 1px solid white;
+ white-space: pre-wrap;
}
[wlxml-tag] {
}
[wlxml-tag] {
@@
-128,4
+129,9
@@
padding: 5px;
}
padding: 5px;
}
+}
+
+[wlxml-tag="aside"] {
+ margin-top: 10px;
+ margin-bottom: 10px;
}
\ No newline at end of file
}
\ No newline at end of file