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
3477c3c
..
d02e872
100644
(file)
--- a/
modules/documentCanvas/nodes.less
+++ b/
modules/documentCanvas/nodes.less
@@
-1,11
+1,9
@@
-[document-node-element] {
- font-size: 1px;
-}
[document-text-element] {
font-size: 14px;
display: inline;
margin: 0 1px;
border: 1px solid white;
[document-text-element] {
font-size: 14px;
display: inline;
margin: 0 1px;
border: 1px solid white;
+ white-space: pre-wrap;
}
[wlxml-tag] {
}
[wlxml-tag] {
@@
-20,7
+18,6
@@
}
[wlxml-tag=span] {
}
[wlxml-tag=span] {
- display:inline;
min-width: 10px;
}
min-width: 10px;
}
@@
-132,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