Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
377:59aaba88405e | 378:a9bb32706aa6 |
---|---|
418 } | 418 } |
419 .centered { | 419 .centered { |
420 text-align: center; | 420 text-align: center; |
421 } | 421 } |
422 .success {background:#99ff99;color:#264409;border-color:#339933;} | 422 .success {background:#99ff99;color:#264409;border-color:#339933;} |
423 | |
424 tr.forum-post.even td { | |
425 background-color: #E0F2F6; | |
426 } | |
427 tr.forum-post.odd td { | |
428 background-color: #EDF7F6; | |
429 } |