summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/syntax-editor/editor.css')
-rw-r--r--src/www/syntax-editor/editor.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css
index 6d4511eb0..6a23c5bd4 100644
--- a/src/www/syntax-editor/editor.css
+++ b/src/www/syntax-editor/editor.css
@@ -46,7 +46,14 @@ body.syntax-editor {
#tree .node
{
- margin: 0.4em 0 0.4em 1.5em;
+ margin: 0.5em 0 0.5em 0.75em;
+ border-left: 1px dashed #BBB;
+ padding-left: 1.25em;
+ }
+#tree .node.first
+{
+ margin-left: 0;
+ border-left: none;
}
#tree .node a
@@ -72,7 +79,7 @@ body.syntax-editor {
#linearisations
{
/* background: rgba(170, 170, 170, 0.5); */
- padding:0.5em;
+ /* padding:0.5em; */
margin:0.5em 0;
}
#linearisations div