summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
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; }
</style>
</head>
<body>