Mercurial > public > sg101
changeset 163:4f07047e0a40
Shoutbox history CSS tweaks. For some reason, the table lost the top and bottom borders.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Dec 2009 03:56:26 +0000 |
parents | 6a5bdcf93ad3 |
children | f7a6b8fe4556 |
files | media/css/shoutbox_app.css |
diffstat | 1 files changed, 5 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/media/css/shoutbox_app.css Tue Dec 22 03:55:37 2009 +0000 +++ b/media/css/shoutbox_app.css Tue Dec 22 03:56:26 2009 +0000 @@ -4,24 +4,18 @@ margin: 1em auto 1em auto; border: 1px solid black; } -div.shoutbox-history table tr { - border-top: 1px solid black; - border-bottom: 1px solid black; -} -div.shoutbox-history table tr th { - border-left: 1px solid black; - border-right: 1px solid black; +div.shoutbox-history th { + border: 1px solid black; padding: 5px 2px; text-align: center; width: 10%; } -div.shoutbox-history table tr td { - border-left: 1px solid black; - border-right: 1px solid black; +div.shoutbox-history td { + border: 1px solid black; padding: 5px 5px; width: 90%; } -div.shoutbox-history table tr.odd { +div.shoutbox-history tr.odd { background-color: #ddd; } div.shoutbox-history .date {