mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Unordered lists in posts should always be disc
This commit is contained in:
parent
a8c2287038
commit
ccb656b793
1 changed files with 3 additions and 0 deletions
|
@ -520,6 +520,9 @@
|
|||
margin-inline: 0;
|
||||
padding-inline-start: 1.5em;
|
||||
}
|
||||
.status .content ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
.status .content .invisible {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue