aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index d1cd6d3..1760c49 100644
--- a/style.css
+++ b/style.css
@@ -37,7 +37,7 @@ a.line {
text-decoration: none;
}
-table thead td {
+table th {
font-weight: bold;
}
@@ -45,7 +45,7 @@ table td {
padding: 0 0.4em;
}
-#content table td {
+#content table td, #content table th {
vertical-align: top;
white-space: nowrap;
}
@@ -69,6 +69,10 @@ td.num {
text-align: right;
}
+th.num {
+ text-align: right;
+}
+
.desc {
color: #777;
}