Skip to content

Commit

Permalink
Merge pull request TryGhost#163 from janoskk/gist_fix
Browse files Browse the repository at this point in the history
Fix gist line numbering issue TryGhost#162
  • Loading branch information
JohnONolan committed Jan 22, 2015
2 parents 9cf7aea + 6db90c9 commit 1e6e807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,11 @@ body:not(.post-template) .post-title {
margin: 0;
font-size: 1.4rem;
}
.gist td {
line-height: 1.4;
}
.gist .line-number {
min-width: 25px;
font-size: 1.1rem;
}

/* Pastebin */
Expand Down

0 comments on commit 1e6e807

Please sign in to comment.