mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
Updated HTML docs
This commit is contained in:
parent
e997b9b8a2
commit
d377fd6c90
53 changed files with 201 additions and 200 deletions
|
|
@ -697,9 +697,9 @@ div.code-block-caption + div > div.highlight > pre {
|
|||
}
|
||||
|
||||
div.highlight > pre {
|
||||
font-family: "Ubuntu Mono", monospace;
|
||||
font-family: "Courier Prime", monospace;
|
||||
line-height: 1.4em;
|
||||
font-size: small;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
|
||||
|
|
@ -753,6 +753,7 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|||
div.viewcode-block:target {
|
||||
margin: -1px -10px;
|
||||
padding: 0 10px;
|
||||
font-family: "Courier Prime", monospace;
|
||||
}
|
||||
|
||||
/* -- math display ---------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue