mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Syntax editor: now uses common GrammarManager object
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user