mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Fix bullet-point indents
This commit is contained in:
parent
977d2dc65d
commit
2655079863
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