Fix gist line numbering issue #162
This commit is contained in:
parent
bc7b44f01b
commit
6db90c9fec
|
@ -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