fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
attachment list for links + bad links in red
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
nodes.less
diff --git
a/src/editor/modules/documentCanvas/nodes.less
b/src/editor/modules/documentCanvas/nodes.less
index
3b47209
..
9bc7a6e
100644
(file)
--- a/
src/editor/modules/documentCanvas/nodes.less
+++ b/
src/editor/modules/documentCanvas/nodes.less
@@
-20,12
+20,6
@@
border: none;
}
border: none;
}
-.grid-on {
- [wlxml-tag] {
- .rng-common-hoveredNode;
- }
-}
-
[wlxml-tag=span] {
min-width: 10px;
}
[wlxml-tag=span] {
min-width: 10px;
}
@@
-39,6
+33,7
@@
[wlxml-tag=section] {
margin-top: 10px;
margin-bottom: 10px;
[wlxml-tag=section] {
margin-top: 10px;
margin-bottom: 10px;
+ margin-left: 30px;
}
[wlxml-class|="cite"] {
}
[wlxml-class|="cite"] {
@@
-148,22
+143,4
@@
[wlxml-tag="aside"] {
margin-top: 10px;
margin-bottom: 10px;
[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