SPR-908: line-height for DL

This commit is contained in:
Silke Pisulla 2017-04-20 12:38:21 +02:00
commit 98451cac1c

View file

@ -232,7 +232,7 @@ h6 {
p { p {
font-size: @font-size-default; font-size: @font-size-default;
line-height: 135%; line-height: @line-height-big;
a, a,
span, span,
@ -373,6 +373,11 @@ dl {
line-height: 140%; line-height: 140%;
} }
dt,
dd {
line-height: inherit;
}
dt { dt {
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;