From dec166a9be3cf036ef13219ca56c0273a3797ab3 Mon Sep 17 00:00:00 2001 From: Fabien RASSINIER Date: Sat, 7 Nov 2015 11:13:15 +0100 Subject: [PATCH] Replicate Less fix version --- sass/_10-styling.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_10-styling.scss b/sass/_10-styling.scss index 0a0dacd..40eb700 100644 --- a/sass/_10-styling.scss +++ b/sass/_10-styling.scss @@ -19,7 +19,7 @@ code { } pre code { - padding: none; + padding: 0; background: none; color: inherit; border-radius: 0;