Browse Source

Fix in theme.css: pre inside li now has normal line height instead of the higher line height of li

tags/0.13
Frans Bouma 10 years ago
parent
commit
4144aa1bd4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Themes/Default/Destination/css/theme.css

+ 4
- 0
Themes/Default/Destination/css/theme.css View File

@@ -381,6 +381,10 @@ li {
line-height: 24px;
}

li pre {
line-height: normal;
}

mark {
font-style: italic;
font-weight: bold;


Loading…
Cancel
Save