Merge pull request #78 from epwalsh/master

Fix background color of numbering
This commit is contained in:
Dean Attali 2016-07-29 21:54:24 -07:00 committed by GitHub
commit a034665011

View File

@ -606,6 +606,7 @@ code table, code table td, code table th, code table tbody, code table tr,
td.gutter pre {
padding: 0;
border: none;
background-color: #fff;
}
.highlight > pre {
padding: 0;