diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 20:32:26 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 20:32:26 +0000 |
commit | 94d9329b5f9ae1906bb062911d263a2ea6d067e5 (patch) | |
tree | 6346fecbe7c0dab6ffc8af91993cd5630ac9a4d2 | |
parent | 0029ebad111fd929936698d843556701df0f348c (diff) |
entry content opacity
-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, |