Browse Source

Fixed CSS issue #47

tags/v0.15
Frans Bouma 8 years ago
parent
commit
8359ccc5ec
3 changed files with 12 additions and 0 deletions
  1. +4
    -0
      Themes/Default/Destination/css/theme.css
  2. +4
    -0
      Themes/LLBLGenPro/Destination/css/theme.css
  3. +4
    -0
      Themes/Light/Destination/css/theme.css

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

@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%; font-size: 90%;
} }


div.alert > pre > code {
line-height: initial;
}

dfn { dfn {
font-style: italic; font-style: italic;
} }


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

@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%; font-size: 90%;
} }


div.alert > pre > code {
line-height: initial;
}

dfn { dfn {
font-style: italic; font-style: italic;
} }


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

@@ -229,6 +229,10 @@ code.code-large {
font-size: 90%; font-size: 90%;
} }


div.alert > pre > code {
line-height: initial;
}

dfn { dfn {
font-style: italic; font-style: italic;
} }


Loading…
Cancel
Save