Fix gist line numbering issue #162

This commit is contained in:
Janos Kasza 2015-01-22 11:49:02 +01:00
parent bc7b44f01b
commit 6db90c9fec
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 */