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.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css
index 2b5d5a6d1..2257db6e8 100644
--- a/src/www/syntax-editor/editor.css
+++ b/src/www/syntax-editor/editor.css
@@ -1,4 +1,4 @@
-body.syntax_editor {
+body.syntax-editor {
background: #ccc url("../minibar/brushed-metal.png");
}
@@ -74,3 +74,13 @@ body.syntax_editor {
background: white;
}
+#debug
+{
+ font: 10px monospace;
+ white-space: pre;
+ color: #333;
+ margin: 1em 0;
+ border: 1px dashed #999;
+ padding: 1em;
+ }
+