gfse: grammars can now contain one-line descriptions

Also fixed two small problems with public grammars.
This commit is contained in:
hallgren
2012-10-18 12:48:39 +00:00
parent 36dd5502aa
commit 9a022a141e
3 changed files with 24 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ div.namebar table { width: 100%; }
.namebar h3, .sheet h3 { margin: 0; color: #009; }
.home h3 { margin-top: 0; color: #009; }
div.comment:before { content: "-- "; }
div.comment { color: #009; margin-left: 1em; }
td.right { text-align: right; }
td.center { text-align: center; }