Fix `border-bottom` for Gist line numbers
This commit is contained in:
parent
e3a1131855
commit
6ab8988f3b
|
@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
### Changed
|
### Changed
|
||||||
- New installation and upgrade instructions.
|
- New installation and upgrade instructions.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix `border-bottom` for Gist line numbers.
|
||||||
|
|
||||||
## [1.2.0] - 2018-01-05
|
## [1.2.0] - 2018-01-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -312,3 +312,9 @@ figure.highlight {
|
||||||
color: $base09;
|
color: $base09;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gist {
|
||||||
|
th, td {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue