From 8359ccc5ec602f752fceeaa829616bd75f8e6db1 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Tue, 2 May 2017 14:06:04 +0200 Subject: [PATCH] Fixed CSS issue #47 --- Themes/Default/Destination/css/theme.css | 4 ++++ Themes/LLBLGenPro/Destination/css/theme.css | 4 ++++ Themes/Light/Destination/css/theme.css | 4 ++++ 3 files changed, 12 insertions(+) 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; }