From fa255f46eb83dd367f23e70c5b0049f8700370cc Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Mon, 22 Feb 2016 13:23:47 +0100 Subject: [PATCH] Updated docs with fixed theme --- css/theme.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/css/theme.css b/css/theme.css index 43c04df..da670f6 100644 --- a/css/theme.css +++ b/css/theme.css @@ -880,6 +880,23 @@ div.figure p { transform: translateY(-3px); } +.tab-content > p:last-child { + margin-bottom:0; +} + +.tab-content > pre { + margin-top: -12px; + margin-left: -15px; + margin-right: -15px; + margin-bottom: -8px; +} + +.tab-content > pre > code { + box-shadow: initial; + border: 0; +} + + /* #endregion*/ /* #region Breadcrumbs*/