aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 17:48:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 17:48:31 +0200
commit59b1fed40dfc93f7dc02e1dbd7a6285046e4c68f (patch)
treeb1bc4980abdff1a1a23fa9f407448f38ffd6f16e
parentSelected event now glows. (diff)
downloadcalp-59b1fed40dfc93f7dc02e1dbd7a6285046e4c68f.tar.gz
calp-59b1fed40dfc93f7dc02e1dbd7a6285046e4c68f.tar.xz
stuff.
-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 */