Browse Source

Changed dd CSS to have same line hight as p

tags/v0.10
Frans Bouma 10 years ago
parent
commit
c2c0e97766
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Themes/Default/Destination/css/theme.css

+ 2
- 1
Themes/Default/Destination/css/theme.css View File

@@ -238,7 +238,8 @@ dl p, dl table, dl ul, dl ol {
}

dl dd {
margin: 0 0 12px 24px;
margin: 0 0 12px 35px;
line-height: 24px;
}

dl:not(.docutils) {


Loading…
Cancel
Save