mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Post-process docstring output
This commit is contained in:
parent
70ab2cf427
commit
9b907eae57
5 changed files with 140 additions and 97 deletions
|
|
@ -258,7 +258,17 @@ li > p:first-child {
|
|||
li > p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* The indents of kwarg - lists in api docs */
|
||||
dl.field-list.simple > dd.field-odd > ul.simple > li > ul {
|
||||
margin-left: 24px;
|
||||
}
|
||||
dd.field-odd > ul.simple > li > ul > li > dl.simple {
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
|
||||
|
||||
.admonition.important {
|
||||
background-color: #fbf7c3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue