Fix code fence css bug when published on gh pages (#366)

fixes #365
This commit is contained in:
Harry Khanna 2018-06-13 15:51:53 -04:00 committed by Dean Attali
parent 0b66bbe5df
commit 66dcbfda2b
1 changed files with 3 additions and 0 deletions

View File

@ -688,6 +688,9 @@ td.gutter pre {
.highlight > pre {
padding: 0;
}
.highlight > pre.highlight {
padding: 9.5px;
}
td.code pre {
border-width: 0 0 0 2px;
border-style: solid;