Decl styling, fix font size in basic

This commit is contained in:
Jakob Lykke Andersen 2021-04-12 20:24:11 +02:00
parent cb21eb2283
commit 9b3b8a49fb

View File

@ -511,12 +511,19 @@ table.hlist td {
/* -- object description styles --------------------------------------------- */
.sig {
font-family: monospace;
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}
.sig-name, code.descname {
background-color: transparent;
font-weight: bold;
}
.sig-name {
font-size: 1.1em;
}
code.descname {
font-size: 1.2em;
}