diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 21:29:32 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-01 21:29:32 +0200 |
| commit | 072215afadd8807b7b02325e0a9824c8f9d9c4d4 (patch) | |
| tree | c0946b48797f071f4243ddfdcb1d8690f1d81a9d /public | |
| parent | a2d6e69a48280d0d304f29fa56bdc7361859fa6e (diff) | |
Fix the malformed font-size declaration in the disclosure row
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index c4dc43ad..9e58902e 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -732,7 +732,7 @@ div#center_column .chapter_partial h2.headline { | |||
| 732 | 732 | ||
| 733 | div#center_column .date_and_title_partial h2.headline { | 733 | div#center_column .date_and_title_partial h2.headline { |
| 734 | border-top: none; | 734 | border-top: none; |
| 735 | font-size 1.3rem; | 735 | font-size: 1.3rem; |
| 736 | padding: 0.2rem 0 0 0; | 736 | padding: 0.2rem 0 0 0; |
| 737 | margin: 0; | 737 | margin: 0; |
| 738 | } | 738 | } |
