diff --git a/css/base_design.less b/css/base_design.less index c6c98c4..314d8d4 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -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;