Make font usage conistent with sphinx<4.0

This fixes the different spacing issues that were noted.
This commit is contained in:
Aaron Carlisle 2021-07-14 16:48:17 -04:00
parent 6597b25257
commit 796e78bdf7

View File

@ -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