Merge pull request #163 from janoskk/gist_fix
Fix gist line numbering issue #162
This commit is contained in:
commit
1e6e807f94
|
@ -1185,9 +1185,11 @@ body:not(.post-template) .post-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
|
.gist td {
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
.gist .line-number {
|
.gist .line-number {
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
font-size: 1.1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pastebin */
|
/* Pastebin */
|
||||||
|
|
Loading…
Reference in New Issue