From 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 7 Aug 2026 00:28:22 +0200 Subject: Fix a dropped declaration and drop a dead rule from ccc.css --- public/stylesheets/ccc.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 9cf73c5e..8be7da56 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -102,8 +102,8 @@ dd { margin-bottom: .5rem; } -+ /* Single caller: _headline_image.html.erb's image-count caption -+ ("N Bilder"), shown only when a gallery has more than one image. */ +/* Single caller: _headline_image.html.erb's image-count caption + ("N Bilder"), shown only when a gallery has more than one image. */ .right { text-align: right; } @@ -113,7 +113,7 @@ dd { } .no_break { - white-space: nowrap + white-space: nowrap; } /* ========================================================================== @@ -257,9 +257,6 @@ h1, h2, h3, h4 { text-align: left; min-height: 100%; } - .break-mobile { - display: block; - } } /* Header */ -- cgit v1.3