From a0d20ebe94907b3400909c8c13ffa18423dc157e Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 16 Jun 2011 15:42:35 -0400 Subject: [PATCH] Removed left padding from syntaxhighter gutter --- includes/syntax/styles/shCore.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/syntax/styles/shCore.css b/includes/syntax/styles/shCore.css index b4dc0e3..9ce6ac5 100644 --- a/includes/syntax/styles/shCore.css +++ b/includes/syntax/styles/shCore.css @@ -99,7 +99,7 @@ } .syntaxhighlighter table td.gutter .line { text-align: right !important; - padding: 0 0.5em 0 1em !important; + padding: 0 0.5em 0 0em !important; } .syntaxhighlighter table td.code .line { padding: 0 1em !important; -- 2.30.2