SPR-908: line-height for DL
This commit is contained in:
parent
9d6c0ae999
commit
98451cac1c
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue