Skip to content

Commit 6ab8988

Browse files
committed
Fix border-bottom for Gist line numbers
1 parent e3a1131 commit 6ab8988

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111
- New installation and upgrade instructions.
1212

13+
### Fixed
14+
- Fix `border-bottom` for Gist line numbers.
15+
1316
## [1.2.0] - 2018-01-05
1417

1518
### Added

_sass/basically-basic/_syntax-highlighting.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,9 @@ figure.highlight {
312312
color: $base09;
313313
}
314314
}
315+
316+
.gist {
317+
th, td {
318+
border-bottom: 0;
319+
}
320+
}

0 commit comments

Comments
 (0)