diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 06:55:09 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 06:55:09 +0000 |
commit | 73d97f6c74b12b448e52966c0f5c90d8fd6cbaf1 (patch) | |
tree | dde5585a18090788a047a1fa52e9e88c45b974ec | |
parent | e02c5759bba275c273ab16d8923bff3ea6f24663 (diff) |
Restored .understate for use to visually mute type (gray out).
-rw-r--r-- | themes/default/css/screen.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 70fd2420..d1670921 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -241,8 +241,9 @@ li.gError select { * 2) Reusable generic classes *********************************************************************/ -.inactive { +.inactive, .understate { color: #ccc; + font-weight: normal; } .left { |