Fix border bottom for Gist line numbers

This commit is contained in:
Michael Rose 2018-01-23 15:59:12 -05:00
parent 6efa23ebd9
commit 344d52f4c6

View file

@ -316,3 +316,9 @@ figure.highlight {
color: $base09;
}
}
.gist {
th, td {
border-bottom: 0;
}
}