From: Dylan Lloyd Date: Thu, 16 Jun 2011 19:42:35 +0000 (-0400) Subject: Removed left padding from syntaxhighter gutter X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=a0d20ebe94907b3400909c8c13ffa18423dc157e;p=dylansserver.git Removed left padding from syntaxhighter gutter --- 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;