mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
lists in post bodies
This commit is contained in:
parent
93ee376525
commit
ad46ab7efe
2 changed files with 16 additions and 0 deletions
|
@ -1493,6 +1493,12 @@ fieldset legend {
|
|||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.post_body ol li, .post_body ul li, .comment_body ol li, .comment_body ul li {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
.post_body ol li > p, .post_body ul li > p, .comment_body ol li > p, .comment_body ul li > p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.skip-link:focus {
|
||||
top: 0;
|
||||
|
|
|
@ -1163,6 +1163,16 @@ fieldset {
|
|||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
li {
|
||||
margin-bottom: 7px;
|
||||
|
||||
> p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.skip-link:focus {
|
||||
|
|
Loading…
Reference in a new issue