children: don't let list items look fiddly #567

This commit is contained in:
Sören Weber 2024-09-29 01:07:26 +02:00
parent 41b4014854
commit 1ee0b86b6b
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
6.4.0+c484ba60edc0cc42cb36c0f8c7f34c1b10b44f89 6.4.0+0294364d6fb83fb48f259fa0235ff177d305d98a

View file

@ -780,7 +780,6 @@ div.attachments .box-content {
/* Children shortcode */ /* Children shortcode */
.children p { .children p {
font-size: .8125rem;
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
padding-bottom: 0; padding-bottom: 0;
@ -788,13 +787,14 @@ div.attachments .box-content {
} }
.children-li p { .children-li p {
font-size: .8125rem;
font-style: italic; font-style: italic;
} }
.children-h2 p, .children-h2 p,
.children-h3 p { .children-h3 p,
font-size: .8125rem; .children-h4 p,
.children-h5 p,
.children-h6 p {
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
padding-bottom: 0; padding-bottom: 0;