Fix embedded gist indentation
closes #204 - set text-rendering to auto inside embedded gist
This commit is contained in:
parent
c1443a6e04
commit
8fda6ac74f
|
@ -1460,6 +1460,7 @@ body:not(.post-template) .post-title {
|
||||||
.gist table {
|
.gist table {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
|
text-rendering: auto;
|
||||||
}
|
}
|
||||||
.gist td {
|
.gist td {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
Loading…
Reference in New Issue