From ae084725d84e8f452b8c47e2fe6f35c60329c858 Mon Sep 17 00:00:00 2001 From: Fabien RASSINIER Date: Sat, 7 Nov 2015 11:11:12 +0100 Subject: [PATCH] Fix syntax error --- less/_10-styling.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/_10-styling.less b/less/_10-styling.less index 49a4fb6..6f084d3 100644 --- a/less/_10-styling.less +++ b/less/_10-styling.less @@ -21,7 +21,7 @@ code { } pre code { - padding: none; + padding: 0; background: none; color: inherit; border-radius: 0;