diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 20:48:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 20:48:34 +0200 |
| commit | 35598136e9d65f2218891ecf0974aa6635b0b99a (patch) | |
| tree | 03bff5dba2686883b11be2a9a028badd95f149af /public/stylesheets/ccc.css | |
| parent | 9b442b69d363d47162a4d499c5184a3c394b75dc (diff) | |
Add partial for disclosure realm
Diffstat (limited to 'public/stylesheets/ccc.css')
| -rw-r--r-- | public/stylesheets/ccc.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 9bd9f965..978b319b 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -730,6 +730,16 @@ div#center_column .chapter_partial h2.headline { | |||
| 730 | border-top: none; | 730 | border-top: none; |
| 731 | } | 731 | } |
| 732 | 732 | ||
| 733 | div#center_column .date_and_title_partial h2.headline { | ||
| 734 | border-top: none; | ||
| 735 | padding-top: 0; | ||
| 736 | } | ||
| 737 | |||
| 738 | .date_and_title_partial { | ||
| 739 | border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); | ||
| 740 | padding-top: 30px; | ||
| 741 | } | ||
| 742 | |||
| 733 | div.article_partial h2 a { | 743 | div.article_partial h2 a { |
| 734 | text-decoration: none; | 744 | text-decoration: none; |
| 735 | } | 745 | } |
