aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.scm8
-rw-r--r--static/style.scss3
2 files changed, 10 insertions, 1 deletions
diff --git a/config.scm b/config.scm
index ec40773c..ac20024e 100644
--- a/config.scm
+++ b/config.scm
@@ -66,10 +66,16 @@
(a (match:substring m))
(recur (match:suffix m)))))))
+(define html-cals
+ '("D-sektionens officiella kalender"
+ "LiTHe kod"
+ "Klassfadder 2020"))
+
(set-config! 'description-filter
(lambda (ev str)
(cond [(member (prop (parent ev) 'NAME)
- '("D-sektionens officiella kalender" "LiTHe kod"))
+ html-cals
+ )
(parse-html (regexp-substitute/global
#f "<br>" str
'pre "<br/>" 'post))]
diff --git a/static/style.scss b/static/style.scss
index 83b86c59..2e30f029 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -22,6 +22,9 @@ html, body {
"main main events"
"footer footer events";
+ /* main the graphical portion
+ of both the wide and the table
+ view */
main {
min-width: 0; /* for wide */
min-height: 0; /* for tall */