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 {
font-size: @font-size-default;
line-height: 135%;
line-height: @line-height-big;
a,
span,
@ -373,6 +373,11 @@ dl {
line-height: 140%;
}
dt,
dd {
line-height: inherit;
}
dt {
font-weight: bold;
margin: 0;