summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-20 19:39:39 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-20 19:39:39 +0200
commita986b1f2b5676624f02373cb54eb3b81b18f3f79 (patch)
tree7ea53301f7c00bcec2b9e0349fb9633e0d9e956a /public
parentb689127a29b050b9eefac1381fe150ec0da695a8 (diff)
Add banner render logic
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 2cf57a65..52994fde 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -102,6 +102,12 @@ dd {
102 margin-bottom: .5rem; 102 margin-bottom: .5rem;
103} 103}
104 104
105.banner img {
106 display: block;
107 max-height: 8rem;
108 width: auto;
109}
110
105/* Single caller: _headline_image.html.erb's image-count caption 111/* Single caller: _headline_image.html.erb's image-count caption
106 ("N Bilder"), shown only when a gallery has more than one image. */ 112 ("N Bilder"), shown only when a gallery has more than one image. */
107.right { 113.right {