summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2025-11-04 15:38:25 +0000
committerDirk Engling <erdgeist@erdgeist.org>2025-11-04 15:38:25 +0000
commit95ae3c51cf05425baf739919af9938608f62ad64 (patch)
tree0eddc979eb051bd303b3fbbb96a07aa541e872af /scripts
parent7f528e60f5b9868a5fbcd579466fafc352594d88 (diff)
Add support for the new pretalx API
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_css_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_css_tables.py b/scripts/gen_css_tables.py
index 4bc5ea8..0eb88f4 100755
--- a/scripts/gen_css_tables.py
+++ b/scripts/gen_css_tables.py
@@ -8,7 +8,7 @@
8start_y = 400 8start_y = 400
9starttime = 10 9starttime = 10
10endtime = 28 10endtime = 28
11rooms = 3 11rooms = 4
12days = 4 12days = 4
13columns = days * rooms # how many columns does 13columns = days * rooms # how many columns does
14event_gap = { 'large': 5, 'medium': 3, 'small': 2 } # how much is an event shorter than what the grid would allow in px 14event_gap = { 'large': 5, 'medium': 3, 'small': 2 } # how much is an event shorter than what the grid would allow in px