summaryrefslogtreecommitdiff
path: root/war
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-12-02 20:02:53 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-12-02 20:02:53 +0100
commit0a3c1da70d2511d1dede37ee7d1c2ac84d0dc46e (patch)
tree82e963a058d4e023e73488d8653f96d79761c392 /war
parent49c20b038ec1563092ec6ab7b88d42919307339a (diff)
Improve score table display.
Diffstat (limited to 'war')
-rw-r--r--war/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/war/style.css b/war/style.css
index 95c4c5e..a7822e3 100644
--- a/war/style.css
+++ b/war/style.css
@@ -25,3 +25,11 @@ div.autocomplete ul li {
height:32px;
cursor:pointer;
}
+
+table.score-table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+table.score-table td {
+ padding: 5px 5px 5px 5px;
+}