diff options
author | Matt <s@tuxlite.com> | 2013-05-13 04:27:40 +0000 |
---|---|---|
committer | Matt <s@tuxlite.com> | 2013-05-13 04:27:40 +0000 |
commit | c26dfa553824d59237704eb09f07c777c8e0f627 (patch) | |
tree | 9e38ee43c8dd28e77d259ad6740c9036a62d29d9 /tuxlite_zf | |
parent | 9288279fc947919ac2a41e3fe45e327032ea3029 (diff) | |
download | pelican-themes-c26dfa553824d59237704eb09f07c777c8e0f627.tar.gz |
Fix pre tag white-space behaviour.
Diffstat (limited to 'tuxlite_zf')
-rw-r--r-- | tuxlite_zf/static/css/style.css | 1 |
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;
|