diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-04 06:46:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-04 06:46:42 +0000 |
commit | fbc47b43f0453504ba002e44df1df87b7ef1abaa (patch) | |
tree | e6b505336df7019474433e6a69857773f63de764 | |
parent | d151662982f3d79f695fd3f3c4cfd22b9ae1cfe0 (diff) | |
download | brdo-fbc47b43f0453504ba002e44df1df87b7ef1abaa.tar.gz brdo-fbc47b43f0453504ba002e44df1df87b7ef1abaa.tar.bz2 |
- Patch #87209 by Steef: remove hardcode colors.
-rw-r--r-- | modules/system/system.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index f1a18ac3f..6f0aebebb 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -54,14 +54,6 @@ div.ok, tr.ok { padding-left: 0.25em; clear: right; } -.item-list .icon a { - color: #000; - text-decoration: none; -} -.item-list .icon a:hover { - color: #000; - text-decoration: none; -} .item-list .title { font-weight: bold; } |