Removed left padding from syntaxhighter gutter
authorDylan Lloyd <dylan@psu.edu>
Thu, 16 Jun 2011 19:42:35 +0000 (15:42 -0400)
committerDylan Lloyd <dylan@psu.edu>
Thu, 16 Jun 2011 19:42:35 +0000 (15:42 -0400)
includes/syntax/styles/shCore.css

index b4dc0e3..9ce6ac5 100644 (file)
@@ -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;