From 4fb43ad9ce61e4df3112deb0274242c3bf6cc0fc Mon Sep 17 00:00:00 2001 From: dsa Date: Mon, 5 Mar 2007 05:29:38 +0000 Subject: Added support for a warning class. --- web/html/css/fonts.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 562c62e4..8a60e05d 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -58,6 +58,13 @@ font-family: verdana; font-size: 12px; } + span.warning /* Content Text */ + { + color: #C0C000; + font-family: verdana; + font-size: 12px; + } + /* Font Attribute Change (#6c83b0)*/ span.blue -- cgit v1.2.3-24-g4f1b