Simpler fix

This commit is contained in:
Aaron Carlisle 2017-03-09 16:52:04 -05:00
parent 5f2b7503db
commit e2fa108664

View File

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