fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactoring - wlxmlManagers
[fnpeditor.git]
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/modules/documentCanvas/nodes.less
b/modules/documentCanvas/nodes.less
index
cf1df16
..
de4fd7c
100644
(file)
--- a/
modules/documentCanvas/nodes.less
+++ b/
modules/documentCanvas/nodes.less
@@
-1,4
+1,5
@@
[document-text-element] {
[document-text-element] {
+ font-size: 14px;
display: inline;
margin: 0 1px;
border: 1px solid white;
display: inline;
margin: 0 1px;
border: 1px solid white;
@@
-16,11
+17,10
@@
}
[wlxml-tag=span] {
}
[wlxml-tag=span] {
- display:inline;
min-width: 10px;
}
min-width: 10px;
}
-[wlxml-tag=header] {
+[wlxml-tag=header]
[document-text-element]
{
font-size: 13px;
font-weight: bold;
margin: 10px 0;
font-size: 13px;
font-weight: bold;
margin: 10px 0;
@@
-47,11
+47,11
@@
color: blue;
}
color: blue;
}
-[wlxml-tag=header] [wlxml-class=author] {
+[wlxml-tag=header] [wlxml-class=author]
[document-text-element]
{
font-size: 14px;
}
font-size: 14px;
}
-[wlxml-tag=header] [wlxml-class=title] {
+[wlxml-tag=header] [wlxml-class=title]
[document-text-element]
{
font-size:18px;
}
font-size:18px;
}