Small improvements
This commit is contained in:
parent
5ce9076edf
commit
39e868c78d
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
TCAdefaults.tt_content {
|
||||
header_layout = 1
|
||||
header_layout = 0
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue