aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 15:52:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 15:52:33 +0200
commitf9814bd935f6ddb2454181bbf24ec75a487228ff (patch)
tree493ab1cb2ee9f20a1ba8f650b8aae3010e5ee592 /static/style.scss
parentChange main to a module. (diff)
downloadcalp-f9814bd935f6ddb2454181bbf24ec75a487228ff.tar.gz
calp-f9814bd935f6ddb2454181bbf24ec75a487228ff.tar.xz
Fix date output on long events.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index 1a59173f..3515dd1e 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -166,7 +166,7 @@ The sidebar with all the events
/* mostly for long links */
word-break: break-word;
- article {
+ .eventtext {
border-bottom: 1px solid black;
margin-top: 1em;
border-left-style: solid;