Mercurial > public > sg101
comparison static/css/base.css @ 380:c3cc431b7fb9
Adding a solid-background css class. Making the news stories use it to block out the rays.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 09 Mar 2011 01:03:07 +0000 |
parents | a9bb32706aa6 |
children | f469261d617b |
comparison
equal
deleted
inserted
replaced
379:84bcaff13129 | 380:c3cc431b7fb9 |
---|---|
425 background-color: #E0F2F6; | 425 background-color: #E0F2F6; |
426 } | 426 } |
427 tr.forum-post.odd td { | 427 tr.forum-post.odd td { |
428 background-color: #EDF7F6; | 428 background-color: #EDF7F6; |
429 } | 429 } |
430 .solid-background { | |
431 background-color: #EDF7F6; | |
432 } |