changeset 378:a9bb32706aa6

Trying a tweak to put background colors on posts in topics. Forgot to commit the css changes.
author Brian Neal <bgneal@gmail.com>
date Tue, 08 Mar 2011 03:31:30 +0000
parents 59aaba88405e
children 84bcaff13129
files static/css/base.css
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/base.css	Tue Mar 08 03:30:50 2011 +0000
+++ b/static/css/base.css	Tue Mar 08 03:31:30 2011 +0000
@@ -420,3 +420,10 @@
    text-align: center;
 }
 .success {background:#99ff99;color:#264409;border-color:#339933;}
+
+tr.forum-post.even td {
+ background-color: #E0F2F6;
+}
+tr.forum-post.odd td {
+ background-color: #EDF7F6;
+}