diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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; } |