diff options
author | dsa <dsa> | 2007-03-05 06:29:38 +0100 |
---|---|---|
committer | dsa <dsa> | 2007-03-05 06:29:38 +0100 |
commit | 4fb43ad9ce61e4df3112deb0274242c3bf6cc0fc (patch) | |
tree | 02089707f55df187b28b0e72b1f1a3e40db32943 /web/html/css/fonts.css | |
parent | 7cd0cae5268e910e8239c9cfc8c98075c48c5fa9 (diff) | |
download | aur-4fb43ad9ce61e4df3112deb0274242c3bf6cc0fc.tar.gz aur-4fb43ad9ce61e4df3112deb0274242c3bf6cc0fc.tar.xz |
Added support for a warning class.
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 |