From db0ad0883a22ecbdfd2cbebdeaff513696df2fd7 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 13 Jan 2011 17:19:49 +0000 Subject: adjust score style --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index b9a88bf..8e17d1b 100644 --- a/index.php +++ b/index.php @@ -143,7 +143,7 @@ function key2date($key) { .clear { clear: both; } table { border-spacing: 0; - font-family: Helvetica; font-size: 80%; + font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 80%; border: 1px solid #ccc; float: left; } @@ -170,9 +170,9 @@ function key2date($key) { tr.youri td.status-box { background: olive; } #stats { float: right; } - #score {} - #score-box { width: 200px; height: 100px; background: #faa; } - #score-meter { width: 200px; background: #afa; } + #score { margin-bottom: 2em; font-family: Helvetica, Verdana, Arial, sans-serif; } + #score-box { width: 100px; height: 100px; background: #faa; } + #score-meter { width: 100px; background: #afa; } -- cgit v1.2.1