children: remove indention for ul if headings are used #92

This commit is contained in:
Sören Weber 2021-09-28 22:35:38 +02:00
parent 6cedf2155c
commit a70697453a
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -608,6 +608,16 @@ div.attachments.neutral > div.label {
margin-bottom: 0px;
margin-top: 5px;
}
#body-inner ul.children-h2,
#body-inner ul.children-h3,
#body-inner ul.children-h4,
#body-inner ul.children-h5,
#body-inner ul.children-h6 {
/* if we display children with style=h2 but without a containerstyle
a ul will be used for structuring; we remove default indention for uls
in this case */
padding-inline-start: 0;
}
code, kbd, pre, samp {
font-family: "Consolas", menlo, monospace;