summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-19 21:16:22 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-19 21:16:22 +0200
commit077916cf68d49bc4b9b184fb77a3965b80f3958a (patch)
treebe8e0d16b8a9e7ecfac3949670a23183db21aca7
parentb506556d804d20c12e460f5ebd949c4de3e393eb (diff)
Pin caller to the .right CSS rule
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 3474207..a07cc4d 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -96,8 +96,8 @@ dd {
96 margin-bottom: .5rem; 96 margin-bottom: .5rem;
97} 97}
98 98
99/* ODDITY, kept: utility class — grep callers before it survives the next 99+ /* Single caller: _headline_image.html.erb's image-count caption
100 demolition round */ 100+ ("N Bilder"), shown only when a gallery has more than one image. */
101.right { 101.right {
102 text-align: right; 102 text-align: right;
103} 103}