summaryrefslogtreecommitdiff
path: root/war/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'war/style.css')
-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;
+}