aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index b013e5b7..728de2d1 100644
--- a/static/style.css
+++ b/static/style.css
@@ -143,11 +143,11 @@ body {
}
.caltable .thead,
-.caltable .tbody {
+.caltable .cal-cell {
border: 1px solid gray;
}
-.caltable .tbody {
+.caltable .cal-cell {
overflow-y: auto;
}