aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-26 17:53:32 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-26 17:53:32 +0100
commit4b9fa491fa44c6a4df803b49e4987a03bdc71a0a (patch)
tree4e53ac538a1397e91ed1931515835416b7b93216 /static/style.scss
parentMade vevent-dl prettier. (diff)
downloadcalp-4b9fa491fa44c6a4df803b49e4987a03bdc71a0a.tar.gz
calp-4b9fa491fa44c6a4df803b49e4987a03bdc71a0a.tar.xz
Display categories in event description.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index b887999b..bd29f4cc 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -662,6 +662,18 @@ vevent-block, .event {
color: $gray;
padding-right: 1em;
}
+
+ .categories > a::after {
+ content: ","
+ }
+
+ .categories > a:last-child::after {
+ content: ""
+ }
+
+ .categories > a {
+ margin-right: 1ch;
+ }
}
.attach {