diff options
Diffstat (limited to 'www/content.css')
-rw-r--r-- | www/content.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/content.css b/www/content.css index 574b98e12b6d..8572d7cae1d1 100644 --- a/www/content.css +++ b/www/content.css @@ -24,7 +24,10 @@ IMG.img_slide { .itemTitle { color:#2d58b7 } span.error { color:red } +span.warning { color:purple } +span.note { color:gray } span.caret { color:green; font-weight:bold } +span.template-highlight { color:cyan } /* Tables */ tr { vertical-align:top } |