From 4c3ff32ee5a3c6fc884223846c7ae0997b96189c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 11 Feb 2025 17:25:54 +0100 Subject: [PATCH] children: for chapter pages make margins match non chapter pages #1015 --- assets/css/format-print.css | 2 +- assets/css/theme.css | 2 +- layouts/partials/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/format-print.css b/assets/css/format-print.css index 9d97b54d66..0eb4641dc6 100644 --- a/assets/css/format-print.css +++ b/assets/css/format-print.css @@ -189,7 +189,7 @@ article { width: 100%; } -#R-body #R-body-inner > .flex-block-wrapper article.narrow p { +#R-body #R-body-inner > .flex-block-wrapper article.narrow > p { font-size: 1.015625rem; text-align: start; } diff --git a/assets/css/theme.css b/assets/css/theme.css index e31eb52640..44d3660e95 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -602,7 +602,7 @@ article a:focus > img:only-child:empty { } } -#R-body-inner > .flex-block-wrapper article.narrow p { +#R-body-inner > .flex-block-wrapper article.narrow > p { font-size: 1.2rem; text-align: justify; } diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 52b9db2ef0..6c397fa977 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+34db6f0dd729d16b6139b1c3bbe61d9ca3d0976b \ No newline at end of file +7.3.2+8141edbb8adc79e867f2af618e895a6548a23741 \ No newline at end of file