Fix border bottom for Gist line numbers
This commit is contained in:
parent
6efa23ebd9
commit
344d52f4c6
@ -316,3 +316,9 @@ figure.highlight {
|
|||||||
color: $base09;
|
color: $base09;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gist {
|
||||||
|
th, td {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user