Fix border bottom for Gist line numbers
This commit is contained in:
parent
6efa23ebd9
commit
344d52f4c6
1 changed files with 6 additions and 0 deletions
|
@ -316,3 +316,9 @@ figure.highlight {
|
|||
color: $base09;
|
||||
}
|
||||
}
|
||||
|
||||
.gist {
|
||||
th, td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue