aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-05-13 04:01:56 +0000
committerMatt <s@tuxlite.com>2013-05-13 04:01:56 +0000
commit93628eba841bd6e32ee1e461945ecb7f52b140ea (patch)
treeb45bb113be36b061b6ca74d40f9afabe29651aa9 /tuxlite_zf
parent9c7d693a8d4fcfc5bc14a5bdbd367b191947270b (diff)
downloadpelican-themes-93628eba841bd6e32ee1e461945ecb7f52b140ea.zip
pelican-themes-93628eba841bd6e32ee1e461945ecb7f52b140ea.tar.gz
pelican-themes-93628eba841bd6e32ee1e461945ecb7f52b140ea.tar.bz2
Fix syntax highlighting.
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..225d8e6 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: nowrap;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;