aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 19:13:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 19:13:51 +0100
commit8b1154550f3a5b57eebbc16c420f3dcf65d8cd35 (patch)
tree2646cbfa0f4eb69f71e7d220db8d9cfddf94870b /static
parentminor cleanup. (diff)
downloadcalp-8b1154550f3a5b57eebbc16c420f3dcf65d8cd35.tar.gz
calp-8b1154550f3a5b57eebbc16c420f3dcf65d8cd35.tar.xz
Rename tbody to cal-cell.
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;
}