From d90e7db49766390d9e617f0e451358b6de84cacc Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 8 May 2012 13:39:21 -0600 Subject: [PATCH] Fix #278. --- lib/gollum/frontend/public/gollum/css/gollum.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/gollum/frontend/public/gollum/css/gollum.css b/lib/gollum/frontend/public/gollum/css/gollum.css index f4502202..4fb9a8a9 100755 --- a/lib/gollum/frontend/public/gollum/css/gollum.css +++ b/lib/gollum/frontend/public/gollum/css/gollum.css @@ -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;