Merge pull request #325 from bootstraponline/ascii_css
Fix AsciiDoc CSS.
This commit is contained in:
@@ -10,6 +10,17 @@
|
|||||||
A basic stylesheet for Gollum
|
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 */
|
/* @section core */
|
||||||
body, html {
|
body, html {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user