mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Simpler fix
This commit is contained in:
parent
5f2b7503db
commit
e2fa108664
@ -230,7 +230,7 @@
|
|||||||
margin-bottom: $base-line-height
|
margin-bottom: $base-line-height
|
||||||
// This would be the equivilant of a .. class::
|
// This would be the equivilant of a .. class::
|
||||||
dt
|
dt
|
||||||
display: inline-block
|
display: table
|
||||||
margin: $base-line-height / 4 0
|
margin: $base-line-height / 4 0
|
||||||
font-size: 90%
|
font-size: 90%
|
||||||
line-height: normal
|
line-height: normal
|
||||||
@ -256,9 +256,6 @@
|
|||||||
font-size: 100% !important
|
font-size: 100% !important
|
||||||
dt:first-child
|
dt:first-child
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
// And this would be the ..data::
|
|
||||||
dl.data dt
|
|
||||||
display: table
|
|
||||||
// Since dts get the callout style, we treat this less as callouts.
|
// Since dts get the callout style, we treat this less as callouts.
|
||||||
tt, code
|
tt, code
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
Loading…
Reference in New Issue
Block a user