From 8b1154550f3a5b57eebbc16c420f3dcf65d8cd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 19 Mar 2020 19:13:51 +0100 Subject: Rename tbody to cal-cell. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') 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; } -- cgit v1.2.3