From 61ced3e42a77e624e2209a94c5f324a2071eef7d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 26 May 2008 11:22:55 -0700 Subject: LAYOUT: applied new table output to statistics page most table on the statistics page should look nice now ;) Signed-off-by: Arun Persaud --- css/standard004.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'css') diff --git a/css/standard004.css b/css/standard004.css index e3692af..a568441 100644 --- a/css/standard004.css +++ b/css/standard004.css @@ -460,19 +460,19 @@ table.score { font-size:larger; } -table { margin: 0.5em 1em; +table.stats { margin: 0.5em 1em; border: solid 0.2em #aeaeae; -moz-border-radius: 0.5em ; } -tr.odd { background-color:#aeaeae; } -tr.even { background-color:#eaeaea; } -td,th { +table.stats tr.odd { background-color:#aeaeae; } +table.stats tr.even { background-color:#eaeaea; } +table.stats td, table.stats th { margin-left: 0.2em; margin-right: 0.2em; padding-left: 0.2em; padding-right: 0.2em; border-right: solid 0.1em black; } -tr td:last-child, tr th:last-child { border-right: solid 0 black; } +table.stats tr td:last-child, table.stats tr th:last-child { border-right: solid 0 black; } -th { border-bottom: solid 0.2em black } \ No newline at end of file +table.stats th { border-bottom: solid 0.2em black } \ No newline at end of file -- cgit v1.2.3-18-g5258