Mercurial > public > sg101
diff static/css/base.css @ 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 | c8c0fa817a05 |
children | c3cc431b7fb9 |
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; +}