From 481226a53554988e1ef54962534cd4601d11c5f3 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Sat, 20 Feb 2016 10:45:55 +0100 Subject: [PATCH] Fixes #22 --- Themes/Default/Destination/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index 0f8c398..f0c1ee7 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -409,6 +409,7 @@ pre > code { pre.nocode { box-shadow: 0px 0px 8px rgba(10,10,10,0.1); + margin-bottom: 20px; }