summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index d6bcdd5..bca0430 100644
--- a/style.css
+++ b/style.css
@@ -32,8 +32,8 @@ tr.todo td.status-box { background: white; }
tr.building td.status-box { background: yellow; }
tr.partial td.status-box { background: blue; }
-td.timeinfo { font-size: 85%; text-align: right; color: #444444; }
-td.percent { text-align: right; }
+.timeinfo { font-size: 85%; text-align: right; color: #444444; }
+.number, .percent { text-align: right; }
#stats { float: right; }
#score { margin-bottom: 2em; font-family: Helvetica, Verdana, Arial, sans-serif; }