summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/standard.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 1938472..6824726 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -380,4 +380,13 @@ div span img.button {
.gamestatusplay {
padding:0 0.3em;
background-color: #15de26;
+}
+
+.scoretable{
+ height:10em;
+ overflow: auto;
+}
+table.score {
+ width:10em;
+ border-collapse:collapse;
} \ No newline at end of file