mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Post-process docstring output
This commit is contained in:
parent
09c602dd69
commit
29fc31bb01
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