summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 13:52:27 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 13:52:27 +0400
commitb251d917c7aa54a5f0892c6a73e72d4ac6d2a320 (patch)
tree6c712cb00e71bb5764f29d3aa6864b9617383dd9 /classes
parent55bfe617f0c361fb93e87a4175c0531630c55376 (diff)
remove gray/white content tiling in cdm because headers make a better job to distinguish between posts
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index e3767b831..1d3cb03a1 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -513,7 +513,7 @@ class Feeds extends Handler_Protected {
$mouseover_attrs = "onmouseover='postMouseIn($id)'
onmouseout='postMouseOut($id)'";
- $reply['content'] .= "<div class=\"$class\" $label_row_style
+ $reply['content'] .= "<div class=\"cdm $class\" $label_row_style
id=\"RROW-$id\" $mouseover_attrs'>";
$reply['content'] .= "<div class=\"cdmHeader\">";