Fix `border-bottom` for Gist line numbers

This commit is contained in:
Michael Rose 2018-01-23 16:00:20 -05:00
parent e3a1131855
commit 6ab8988f3b
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- New installation and upgrade instructions.
### Fixed
- Fix `border-bottom` for Gist line numbers.
## [1.2.0] - 2018-01-05
### Added

View File

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