remove gray/white content tiling in cdm because headers make a better job to distinguish between posts

This commit is contained in:
Andrew Dolgov 2013-03-16 13:52:27 +04:00
parent 55bfe617f0
commit b251d917c7
2 changed files with 4 additions and 2 deletions

View File

@ -118,4 +118,6 @@ div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
background : #FFF2BF;
}
div.cdm.even {
background : white;
}

View File

@ -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\">";