diff options
Diffstat (limited to 'src/www/syntax-editor/editor.css')
| -rw-r--r-- | src/www/syntax-editor/editor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css index 8640a819f..1675372f7 100644 --- a/src/www/syntax-editor/editor.css +++ b/src/www/syntax-editor/editor.css @@ -1,5 +1,5 @@ -body { - background: #ccc url("http://cloud.grammaticalframework.org/minibar/brushed-metal.png"); +body.syntax_editor { + background: #ccc url("../minibar/brushed-metal.png"); } .hidden |
