mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Continued with adding commands
This commit is contained in:
parent
131a9f89aa
commit
830f793aa4
5 changed files with 843 additions and 627 deletions
|
|
@ -255,6 +255,11 @@ li > p:first-child {
|
|||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
li > p {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.admonition.important {
|
||||
background-color: #fbf7c3;
|
||||
border: 1px solid #c8c59b;
|
||||
|
|
@ -361,6 +366,7 @@ dl.method > dd > p {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
code.descname {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue