# HG changeset patch # User Brian Neal # Date 1299555090 0 # Node ID a9bb32706aa69bd1bbd60858b8bfd78ae94a9d62 # Parent 59aaba88405ed2872fb5bc13983562dcc35a48ea Trying a tweak to put background colors on posts in topics. Forgot to commit the css changes. diff -r 59aaba88405e -r a9bb32706aa6 static/css/base.css --- 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; +}