From 072215afadd8807b7b02325e0a9824c8f9d9c4d4 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 1 Aug 2026 21:29:32 +0200 Subject: Fix the malformed font-size declaration in the disclosure row --- public/stylesheets/ccc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index c4dc43ad..9e58902e 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -732,7 +732,7 @@ div#center_column .chapter_partial h2.headline { div#center_column .date_and_title_partial h2.headline { border-top: none; - font-size 1.3rem; + font-size: 1.3rem; padding: 0.2rem 0 0 0; margin: 0; } -- cgit v1.3