Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 1244:8dd4f736370b
merge from maintenance branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Oct 2002 06:56:30 +0000 |
| parents | b862bbf2067a |
| children | c3e1b564dc1f |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed Oct 02 19:15:46 2002 +0000 +++ b/roundup/templates/classic/html/style.css Thu Oct 03 06:56:30 2002 +0000 @@ -153,6 +153,14 @@ empty-cells: show; } +table.list tr.navigation th { + text-align: right; +} +table.list tr.navigation th:first-child { + border-right: none; + text-align: left; +} + /* style for message displays */ table.messages {
