Skip to content

Commit e2fa108

Browse files
committed
Simpler fix
1 parent 5f2b750 commit e2fa108

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sass/_theme_rst.sass

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
margin-bottom: $base-line-height
231231
// This would be the equivilant of a .. class::
232232
dt
233-
display: inline-block
233+
display: table
234234
margin: $base-line-height / 4 0
235235
font-size: 90%
236236
line-height: normal
@@ -256,9 +256,6 @@
256256
font-size: 100% !important
257257
dt:first-child
258258
margin-top: 0
259-
// And this would be the ..data::
260-
dl.data dt
261-
display: table
262259
// Since dts get the callout style, we treat this less as callouts.
263260
tt, code
264261
font-weight: bold

0 commit comments

Comments
 (0)