diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index 00d59a1..3966afc 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -229,6 +229,10 @@ code.code-large { font-size: 90%; } +div.alert > pre > code { + line-height: initial; +} + dfn { font-style: italic; } diff --git a/Themes/LLBLGenPro/Destination/css/theme.css b/Themes/LLBLGenPro/Destination/css/theme.css index fd4f6fd..3b4ed39 100644 --- a/Themes/LLBLGenPro/Destination/css/theme.css +++ b/Themes/LLBLGenPro/Destination/css/theme.css @@ -229,6 +229,10 @@ code.code-large { font-size: 90%; } +div.alert > pre > code { + line-height: initial; +} + dfn { font-style: italic; } diff --git a/Themes/Light/Destination/css/theme.css b/Themes/Light/Destination/css/theme.css index 00d59a1..3966afc 100644 --- a/Themes/Light/Destination/css/theme.css +++ b/Themes/Light/Destination/css/theme.css @@ -229,6 +229,10 @@ code.code-large { font-size: 90%; } +div.alert > pre > code { + line-height: initial; +} + dfn { font-style: italic; }