summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-26 11:22:55 -0700
committerArun Persaud <arun@nubati.net>2008-05-26 11:22:55 -0700
commit61ced3e42a77e624e2209a94c5f324a2071eef7d (patch)
tree52ead30dfa0372e746dc9ac1b696eb7d4f23920a /css
parente8b56a58ef9b5dabf77273f540d1ec678e604615 (diff)
downloade-DoKo-61ced3e42a77e624e2209a94c5f324a2071eef7d.tar.gz
e-DoKo-61ced3e42a77e624e2209a94c5f324a2071eef7d.tar.bz2
e-DoKo-61ced3e42a77e624e2209a94c5f324a2071eef7d.zip
LAYOUT: applied new table output to statistics page
most table on the statistics page should look nice now ;) Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r--css/standard004.css12
1 files changed, 6 insertions, 6 deletions
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