aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-05-13 04:27:40 +0000
committerMatt <s@tuxlite.com>2013-05-13 04:27:40 +0000
commitc26dfa553824d59237704eb09f07c777c8e0f627 (patch)
tree9e38ee43c8dd28e77d259ad6740c9036a62d29d9 /tuxlite_zf
parent9288279fc947919ac2a41e3fe45e327032ea3029 (diff)
downloadpelican-themes-c26dfa553824d59237704eb09f07c777c8e0f627.zip
pelican-themes-c26dfa553824d59237704eb09f07c777c8e0f627.tar.gz
pelican-themes-c26dfa553824d59237704eb09f07c777c8e0f627.tar.bz2
Fix pre tag white-space behaviour.
Diffstat (limited to 'tuxlite_zf')
-rw-r--r--tuxlite_zf/static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css
index 1328152..fe6a0a4 100644
--- a/tuxlite_zf/static/css/style.css
+++ b/tuxlite_zf/static/css/style.css
@@ -62,6 +62,7 @@ hr.gradient {
/* Syntax Highlighting */
.highlight > pre {
word-wrap: normal;
+white-space: pre;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;