diff options
| author | hallgren <hallgren@chalmers.se> | 2012-11-21 15:07:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-11-21 15:07:59 +0000 |
| commit | 8bd58a02970d3650b5b3efb6298f40529737c2d8 (patch) | |
| tree | e6bf28a4ef008c69b38f3f985249ab43d119892d /src/www/syntax-editor/editor.css | |
| parent | 051b7b0d21ad8ac1fe42dfd09cd773b48b8fd8ea (diff) | |
minibar+syntax editor integration, work in progress
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 |
