diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 17:50:14 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 17:50:14 +0000 |
commit | 8abf9351860408db930ce9f423f94baa97ed5f56 (patch) | |
tree | 6c6d0db950f0910a37d372f671b6450c7ef7f717 /theme/identica | |
parent | dce8cf684580ff8008e34fa5000de7846afc5a86 (diff) |
.notice style update
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 6ae85449a..1eba97a45 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -130,10 +130,8 @@ color:#555; .vcard .fn { -border-bottom-color:#ccc; } .vcard .fn:hover { -border-bottom-color:#555; } @@ -142,10 +140,8 @@ border-bottom-color:#555; /* NOTICES */ .notice div.entry-content a { color:#333; -border-bottom-color:#ccc; } .notice div.entry-content a:hover { -border-bottom-color:#555; } @@ -190,6 +186,7 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 .notice-options a, .notice-options input { opacity:0.1; +color:#333; } .notices li.hover { background-color:#fcfcfc; |