diff options
Diffstat (limited to 'src/www/gfse/editor.css')
| -rw-r--r-- | src/www/gfse/editor.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |
