Merge pull request #163 from janoskk/gist_fix

Fix gist line numbering issue #162
This commit is contained in:
John O'Nolan 2015-01-22 11:17:34 -08:00
commit 1e6e807f94
1 changed files with 3 additions and 1 deletions

View File

@ -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 */