diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-12-03 10:18:15 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-12-03 10:18:15 +0100 |
commit | cf962e0096db28157b014b983037d3e2c99b2d63 (patch) | |
tree | d34dddfac48f64d799f686c183a3d4c9fdf63f5f | |
parent | 4a94c47e386e5818c2fe9f662277487da4c32ed7 (diff) |
Make the score table layout more spacious.
-rw-r--r-- | war/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/war/style.css b/war/style.css index 6830118..7286da7 100644 --- a/war/style.css +++ b/war/style.css @@ -29,9 +29,12 @@ div.autocomplete ul li { table.score-table { border-collapse: collapse; border-spacing: 0; + border-width: 2px; + border: 3px solid #000; } -table.score-table td { - padding: 5px 5px 5px 5px; +table.score-table td, th { + padding: 10px 10px 10px 10px; + border: 2px solid #bbb; } .score-group { |