disinclined.org
/
git
/
dylansserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f132cf
)
Removed left padding from syntaxhighter gutter
author
Dylan Lloyd
<dylan@psu.edu>
Thu, 16 Jun 2011 19:42:35 +0000
(15:42 -0400)
committer
Dylan Lloyd
<dylan@psu.edu>
Thu, 16 Jun 2011 19:42:35 +0000
(15:42 -0400)
includes/syntax/styles/shCore.css
patch
|
blob
|
history
diff --git
a/includes/syntax/styles/shCore.css
b/includes/syntax/styles/shCore.css
index
b4dc0e3
..
9ce6ac5
100644
(file)
--- 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
1
em !important;
+ padding: 0 0.5em 0
0
em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;