diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:46:55 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:46:55 +0000 |
commit | 4f58dbf55718133eadcb4b18b72a70504b31defa (patch) | |
tree | 16b608d22b9d38a3e808a20f823b4235d08482b4 /theme/identica | |
parent | 4e7192579ab0a1e3114d6f599495e3a54e1c397c (diff) | |
parent | 0e694023941431706ae87770612763cd74132ef1 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 5d07cfd9a..c16dc9fd7 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -214,8 +214,8 @@ background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-re background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%; } -div.entry-content, -div.notice-options { +.notices div.entry-content, +.notices div.notice-options { opacity:0.3; } .notices li.hover div.entry-content, |