mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
More doc style updates
This commit is contained in:
parent
508ecdb3f7
commit
0f3f6244cb
3 changed files with 23 additions and 22 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