diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 00:28:22 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 00:28:22 +0200 |
| commit | 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec (patch) | |
| tree | f40d5837aa2a2aeaac0dbc6f34051ef1363b1605 /public | |
| parent | 698a143f982aef332f3395366706f17e9d803c52 (diff) | |
Fix a dropped declaration and drop a dead rule from ccc.css
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 9 |
1 files 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 { | |||
| 102 | margin-bottom: .5rem; | 102 | margin-bottom: .5rem; |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | + /* Single caller: _headline_image.html.erb's image-count caption | 105 | /* Single caller: _headline_image.html.erb's image-count caption |
| 106 | + ("N Bilder"), shown only when a gallery has more than one image. */ | 106 | ("N Bilder"), shown only when a gallery has more than one image. */ |
| 107 | .right { | 107 | .right { |
| 108 | text-align: right; | 108 | text-align: right; |
| 109 | } | 109 | } |
| @@ -113,7 +113,7 @@ dd { | |||
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | .no_break { | 115 | .no_break { |
| 116 | white-space: nowrap | 116 | white-space: nowrap; |
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | /* ========================================================================== | 119 | /* ========================================================================== |
| @@ -257,9 +257,6 @@ h1, h2, h3, h4 { | |||
| 257 | text-align: left; | 257 | text-align: left; |
| 258 | min-height: 100%; | 258 | min-height: 100%; |
| 259 | } | 259 | } |
| 260 | .break-mobile { | ||
| 261 | display: block; | ||
| 262 | } | ||
| 263 | } | 260 | } |
| 264 | 261 | ||
| 265 | /* Header */ | 262 | /* Header */ |
