aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index d9ad143..647250e 100644
--- a/style.css
+++ b/style.css
@@ -14,12 +14,24 @@ tr:first-child {
border-bottom: 1px solid black;
}
+tr.new-month {
+ border-top: 1px dotted #888;
+}
+
th, td {
padding-right: 1em;
text-align: left;
vertical-align: top;
}
+td {
+ font-size: 90%;
+}
+
+td.large {
+ font-size: initial;
+}
+
.description {
font-size: 85%;
}