mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Decl styling, fix font size in basic
This commit is contained in:
parent
cb21eb2283
commit
9b3b8a49fb
@ -511,12 +511,19 @@ table.hlist td {
|
|||||||
/* -- object description styles --------------------------------------------- */
|
/* -- object description styles --------------------------------------------- */
|
||||||
|
|
||||||
.sig {
|
.sig {
|
||||||
font-family: monospace;
|
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sig-name, code.descname {
|
.sig-name, code.descname {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sig-name {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
code.descname {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user