mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Make font usage conistent with sphinx<4.0
This fixes the different spacing issues that were noted.
This commit is contained in:
parent
6597b25257
commit
796e78bdf7
@ -411,7 +411,6 @@
|
||||
> dt
|
||||
display: table
|
||||
margin: ($base-line-height / 4) 0
|
||||
font-family: $code-font-family
|
||||
font-size: 90%
|
||||
line-height: normal
|
||||
background: lighten($class-color, 50%)
|
||||
@ -456,7 +455,8 @@
|
||||
.property
|
||||
display: inline-block
|
||||
padding-right: 8px
|
||||
.descname, .descclassname
|
||||
.sig-name, .descname, .descclassname
|
||||
font-family: $code-font-family
|
||||
color: $black
|
||||
// Doc links to sourcecode
|
||||
.viewcode-link, .viewcode-back
|
||||
|
Loading…
Reference in New Issue
Block a user