Skip to content

Commit

Permalink
Fix gist display border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bekce committed Mar 7, 2017
1 parent 19dd7b5 commit 8fb907e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/_gists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
.gist .lines {
width: 100%;
}

.gist table>tbody>tr>td {
border-top: 0px;
}

0 comments on commit 8fb907e

Please sign in to comment.