fix
This commit is contained in:
parent
10c359ea28
commit
3aeadc13dc
1 changed files with 2 additions and 2 deletions
4
files/static/dist/main.css
vendored
4
files/static/dist/main.css
vendored
|
@ -674,11 +674,11 @@ video {
|
|||
ul {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.comment-text ul, .post-body ul {
|
||||
.comment-text > ul, .post-body > ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.comment-text ol, .post-body ol {
|
||||
.comment-text > ol, .post-body > ol {
|
||||
list-style-type: decimal;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue