diff options
author | Matt <s@tuxlite.com> | 2013-05-13 04:16:47 +0000 |
---|---|---|
committer | Matt <s@tuxlite.com> | 2013-05-13 04:16:47 +0000 |
commit | 9288279fc947919ac2a41e3fe45e327032ea3029 (patch) | |
tree | 5c266a6b573525db67936bbcc4b4a9d786ad7850 /tuxlite_zf/static | |
parent | 93628eba841bd6e32ee1e461945ecb7f52b140ea (diff) | |
download | pelican-themes-9288279fc947919ac2a41e3fe45e327032ea3029.tar.gz |
Undo white-space nowrap for pre tags.
Diffstat (limited to 'tuxlite_zf/static')
-rw-r--r-- | tuxlite_zf/static/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index 225d8e6..1328152 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -62,7 +62,6 @@ hr.gradient { /* Syntax Highlighting */
.highlight > pre {
word-wrap: normal;
-white-space: nowrap;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;
|