mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 23:06:31 +01:00
Fix bullet-point indents
This commit is contained in:
parent
7aefe5de2e
commit
90af1f0961
3 changed files with 15 additions and 3 deletions
|
|
@ -503,6 +503,14 @@ li > p:last-child {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
ul.simple > li > ul > li {
|
||||
margin-left: -25px;
|
||||
}
|
||||
|
||||
ul > li > ul > li {
|
||||
margin-left: -7px;
|
||||
}
|
||||
|
||||
dl.footnote > dt,
|
||||
dl.citation > dt {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue