From 0fb78af25b35ec2a3b0b3e1a671bb747e99d7bd3 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Thu, 25 Feb 2016 14:10:20 +0100 Subject: [PATCH] Updated doc site with updated theme css --- css/theme.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/theme.css b/css/theme.css index da670f6..5f461a2 100644 --- a/css/theme.css +++ b/css/theme.css @@ -115,9 +115,9 @@ audio, canvas, video { *zoom: 1; } - audio:not([controls]) { - display: none; - } +audio:not([controls]) { + display: none; +} [hidden] { display: none; @@ -401,6 +401,9 @@ p { word-wrap: break-word; } +pre { + margin-bottom: 24px; +} pre > code { font-size: 13px;