summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-10-23 21:40:41 +0200
committererdgeist <erdgeist@erdgeist.org>2025-10-23 21:40:49 +0200
commit4672b087cda09e37273bb45203e0042f044b4deb (patch)
treee96dd6de21a4ce2df70db49b5419043864649b9a
parent5be7db4fe2184e35b7d8046c5a92308f280800d7 (diff)
Allow multi line comments, thanks mircoHEADmaster
-rw-r--r--static/rater.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/rater.css b/static/rater.css
index 6f441a8..8cfeb10 100644
--- a/static/rater.css
+++ b/static/rater.css
@@ -156,6 +156,7 @@ body.four-column .event-list-item {
156 min-height: 3em; 156 min-height: 3em;
157 margin-top: 0.1em; 157 margin-top: 0.1em;
158 background-color: Field; 158 background-color: Field;
159 white-space: pre;
159} 160}
160 161
161#Filter, #Username { 162#Filter, #Username {