Index: roundup/templates/classic/html/issue.index =================================================================== RCS file: /cvsroot/roundup/roundup/roundup/templates/classic/html/issue.index,v retrieving revision 1.19 diff -c -r1.19 issue.index *** roundup/templates/classic/html/issue.index 3 Oct 2002 06:56:30 -0000 1.19 --- roundup/templates/classic/html/issue.index 29 Jan 2003 16:33:28 -0000 *************** *** 44,61 **** ! ! ! << previous !   ! ! ! next >> !   --- 44,68 ---- ! ! ! ! ! ! ! ! !
Index: roundup/templates/classic/html/style.css =================================================================== RCS file: /cvsroot/roundup/roundup/roundup/templates/classic/html/style.css,v retrieving revision 1.23 diff -c -r1.23 style.css *** roundup/templates/classic/html/style.css 21 Oct 2002 00:42:00 -0000 1.23 --- roundup/templates/classic/html/style.css 29 Jan 2003 16:33:28 -0000 *************** *** 155,165 **** } table.list tr.navigation th { ! text-align: right; } table.list tr.navigation th:first-child { - border-right: none; text-align: left; } --- 155,169 ---- } table.list tr.navigation th { ! width: 33%; ! border-style: hidden; ! text-align: center; } table.list tr.navigation th:first-child { text-align: left; + } + table.list tr.navigation th:last-child { + text-align: right; }