aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-11 17:39:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-11 17:39:27 +0200
commit55803c4dc76c08eea490c1f46b863b4921f080b7 (patch)
tree238c910464bdecced76b400e22114e3a8b266fe0 /static/style.css
parentAdd (vcomponent build). (diff)
downloadcalp-55803c4dc76c08eea490c1f46b863b4921f080b7.tar.gz
calp-55803c4dc76c08eea490c1f46b863b4921f080b7.tar.xz
HTML Change template code for new events.
Diffstat (limited to '')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 86444fc3..56e3763b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -745,6 +745,19 @@ along with their colors.
z-index: 1;
}
+/* Other
+----------------------------------------
+*/
+
+.template {
+ display: none;
+}
+
+
+/* Icalendar
+----------------------------------------
+*/
+
/* Below is for styling embedded xcalendar components in the xhtml
document. I can't find anything about if this is allowed
according to any standard, but it seems to work.