diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-12-02 20:02:53 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-12-02 20:02:53 +0100 |
commit | 0a3c1da70d2511d1dede37ee7d1c2ac84d0dc46e (patch) | |
tree | 82e963a058d4e023e73488d8653f96d79761c392 /war | |
parent | 49c20b038ec1563092ec6ab7b88d42919307339a (diff) |
Improve score table display.
Diffstat (limited to 'war')
-rw-r--r-- | war/style.css | 8 |
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; +} |