commit | d883e1225ffea6fd758d3c2337dc60c24e90d73c | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Jan 22 16:20:30 2015 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Thu Jan 22 16:20:30 2015 -0500 |
tree | bd5342df5fa368b77bd85b4dc00c82aa1ca79aa9 | |
parent | e889f477c5c6f0e17f6a2bfe0e2c3ac333d662e0 [diff] |
Fix code background missing a pixel Yes, a single pixel.
diff --git a/static/css/style.less b/static/css/style.less index 88f7f01..22ac6dc 100644 --- a/static/css/style.less +++ b/static/css/style.less
@@ -183,6 +183,10 @@ border: none; } + td { + padding: 0px; + } + td.linenos { width: 30px; overflow: hidden;