mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed CSS of lists in comment contents
This commit is contained in:
@ -10,12 +10,18 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.comments ul {
|
||||
ul.comments {
|
||||
list-style-type: none;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.comment ul {
|
||||
list-style-position: inside;
|
||||
margin: 1em 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin: 0 0 1em 0;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user