Fix embedded gist indentation

closes #204
- set text-rendering to auto inside embedded gist
This commit is contained in:
Emerson Keenan 2015-05-24 00:32:37 +10:00
parent c1443a6e04
commit 8fda6ac74f
1 changed files with 1 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ body:not(.post-template) .post-title {
.gist table {
margin: 0;
font-size: 1.4rem;
text-rendering: auto;
}
.gist td {
line-height: 1.4;