From dd2264fb24b457910a76fac486e40c0c7a46581c Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 11 Aug 2026 17:45:04 +0200 Subject: Cleanup redundant rules in public css --- public/stylesheets/ccc.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 8be7da56..2cf57a65 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -574,7 +574,6 @@ div#frontpage_calendar h2, div#tags h2, div#featured_articles h2, div#open_erfas div#frontpage_calendar h2 { display: none; - border-top: none; margin-left: auto; margin-right: auto; padding-left: 0.5em; @@ -607,8 +606,11 @@ div#open_erfas_today .event_time { } -div#frontpage_calendar ul, div#tags ul, div#featured_articles ul, div#open_erfas_today ul { - padding: 0px; +div#frontpage_calendar ul, +div#tags ul, +div#featured_articles ul, +div#open_erfas_today ul { + padding: 0; font-size: 0.9rem; line-height: 1.5em; } @@ -618,7 +620,6 @@ div#featured_articles ul { flex-wrap: wrap; gap: 10px; align-items: center; - padding: 0; } div#featured_articles li { @@ -668,7 +669,6 @@ div#tags ul { } div#tags li { - list-style-type: none; margin: 0; line-height: 1.4; } @@ -722,11 +722,6 @@ div#center_column .article_partial h2.headline { margin-bottom: 0.3rem; } -/* except for erfa list */ -div#center_column .chapter_partial h2.headline { - border-top: none; -} - div#center_column .date_and_title_partial h2.headline { border-top: none; font-size: 1.3rem; -- cgit v1.3