Small improvements

This commit is contained in:
Daniel Siepmann 2020-01-31 17:25:03 +01:00
parent 5ce9076edf
commit 39e868c78d
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,3 @@
TCAdefaults.tt_content {
header_layout = 1
header_layout = 0
}

View file

@ -6,7 +6,7 @@ imports:
editor:
config:
contentsCss: "EXT:ds_site/Resources/Public/Css/index.css"
height: 1000
height: 500
format_tags: "p;pre"
# Ensure that special characters are not converted to HTML entities

View file

@ -57,7 +57,13 @@ ul {
padding-inline-start: 1em;
}
ol {
list-style-type: decimal-leading-zero;
}
li {
list-style-type: disclosure-closed;
padding: {
bottom: $spacer / 2;
top: $spacer / 2;