From 9a022a141ebcd0228cbc75aaadf32e7d1b84f207 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 18 Oct 2012 12:48:39 +0000 Subject: gfse: grammars can now contain one-line descriptions Also fixed two small problems with public grammars. --- src/www/gfse/editor.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 6d605b3ab..6f11004cb 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -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; } -- cgit v1.2.3