-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gists Display Incorrectly #36
Comments
I'm seeing problems too; the code from all my gist listings gets centered. Otherwise, this seems like a very nice theme! |
Gist handling is currently terrible, and I think it's going to require some careful refactoring to work around. Ideally I'd be able to shove the gist into an iframe and apply styles to it in a sandbox. The github embed code just spews a div into the DOM |
On the other hand, octopress 2.1 does things a lot differently with the gist plugin... will wait for that I suppose. |
Hello and thanks for the theme! Are there any updates regarding this issue? |
From what I found here: http://devspade.com/blog/2013/08/06/fixing-gist-embeds-in-octopress/ .gist-file {
font-size:.8em !important;
}
table.lines{
width: 100%;
} to octopress/sass/custom/_style.css fixes the problem (for me). Perhaps something similar should just be included in the theme? |
@sprig awesome, glad someone finally found a workaround! Want to send a pull request with those changes? I'll merge that. |
Thanks for the awesome theme!
I've noticed that when using the
{% gist [id] %}
tag, the gist renders incorrectly. I think there are some!important
declarations in the Slash stylesheets that override the Gist style sheet declarations.I haven't been able to look into it very deeply, but I wanted to give you a heads up.
The text was updated successfully, but these errors were encountered: