summaryrefslogtreecommitdiff
path: root/cdm.css
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 /cdm.css
parent55bfe617f0c361fb93e87a4175c0531630c55376 (diff)
remove gray/white content tiling in cdm because headers make a better job to distinguish between posts
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/cdm.css b/cdm.css
index 6b6ae43e3..21e8d8cbd 100644
--- a/cdm.css
+++ b/cdm.css
@@ -118,4 +118,6 @@ div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
background : #FFF2BF;
}
-
+div.cdm.even {
+ background : white;
+}