Merge pull request #325 from bootstraponline/ascii_css

Fix AsciiDoc CSS.
This commit is contained in:
bootstraponline
2012-05-08 12:40:57 -07:00
@@ -10,6 +10,17 @@
A basic stylesheet for Gollum
*/
/*
Fixes AsciiDoc listing block rendering.
Must be !important to override
.markdown-body code, .markdown-body tt {
in template.css.
https://github.com/github/gollum/issues/278
*/
pre > tt {
white-space: pre !important;
}
/* @section core */
body, html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;