mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
children: remove indention for ul if headings are used #92
This commit is contained in:
parent
6cedf2155c
commit
a70697453a
1 changed files with 10 additions and 0 deletions
|
@ -608,6 +608,16 @@ div.attachments.neutral > div.label {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 5px;
|
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 {
|
code, kbd, pre, samp {
|
||||||
font-family: "Consolas", menlo, monospace;
|
font-family: "Consolas", menlo, monospace;
|
||||||
|
|
Loading…
Reference in a new issue