From 1ee0b86b6be69f91203c1d1dff8bc071df636b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 29 Sep 2024 01:07:26 +0200 Subject: [PATCH] children: don't let list items look fiddly #567 --- layouts/partials/version.txt | 2 +- static/css/theme.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 7639b434b3..05d0d3c12d 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+c484ba60edc0cc42cb36c0f8c7f34c1b10b44f89 \ No newline at end of file +6.4.0+0294364d6fb83fb48f259fa0235ff177d305d98a \ No newline at end of file diff --git a/static/css/theme.css b/static/css/theme.css index b520acd2d8..aa500c2496 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -780,7 +780,6 @@ div.attachments .box-content { /* Children shortcode */ .children p { - font-size: .8125rem; margin-bottom: 0; margin-top: 0; padding-bottom: 0; @@ -788,13 +787,14 @@ div.attachments .box-content { } .children-li p { - font-size: .8125rem; font-style: italic; } .children-h2 p, -.children-h3 p { - font-size: .8125rem; +.children-h3 p, +.children-h4 p, +.children-h5 p, +.children-h6 p { margin-bottom: 0; margin-top: 0; padding-bottom: 0;