style.css: reduce top and bottom margin on markup lists
This commit is contained in:
parent
7b312864bc
commit
57d573519c
1 changed files with 16 additions and 0 deletions
|
|
@ -567,6 +567,22 @@ div.post.op > p {
|
|||
padding-top: 1em;
|
||||
}
|
||||
|
||||
.list-block {
|
||||
margin-top: 1ch;
|
||||
margin-bottom: 1ch;
|
||||
list-style-position: inside;
|
||||
padding-left: 0.5ch;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.list-block-nest {
|
||||
padding-left: 2ch;
|
||||
}
|
||||
|
||||
.list-block-elem {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
div.post div.body {
|
||||
margin-left: 1.4em;
|
||||
padding-right: 3em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue