summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-03 03:22:49 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-03 03:22:49 +0200
commitd102edef41f0a48c11beb76f27c1950daf47d610 (patch)
tree32c5478c19fc6af902da2afb77d88639c672fffd
parent287569c9bbfdadae767254792cd2b53d0515d928 (diff)
Style open-today widget for wrapped multi-line entries
-rw-r--r--public/stylesheets/ccc.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 422b7c0..ed2bac9 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -234,6 +234,18 @@ div#frontpage_calendar h2 {
234 margin-top: 0; 234 margin-top: 0;
235} 235}
236 236
237div#open_erfas_today li {
238 margin-top: 8px;
239 margin-bottom: 8px;
240 line-height: 1.25;
241}
242
243div#open_erfas_today .event_time {
244 font-style: italic;
245 font-family: Georgia;
246 color: color-mix(in srgb, CanvasText, #808080);
247}
248
237@media(max-width:1016px) { 249@media(max-width:1016px) {
238 div#tags li { 250 div#tags li {
239 list-style-type: none; 251 list-style-type: none;