aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf
diff options
context:
space:
mode:
authorMatt <s@tuxlite.com>2013-05-13 03:57:39 +0000
committerMatt <s@tuxlite.com>2013-05-13 03:57:39 +0000
commit9c7d693a8d4fcfc5bc14a5bdbd367b191947270b (patch)
tree5c266a6b573525db67936bbcc4b4a9d786ad7850 /tuxlite_zf
parentb666102dbffdbf30fe2273968dca64ac4e8a88f5 (diff)
downloadpelican-themes-9c7d693a8d4fcfc5bc14a5bdbd367b191947270b.zip
pelican-themes-9c7d693a8d4fcfc5bc14a5bdbd367b191947270b.tar.gz
pelican-themes-9c7d693a8d4fcfc5bc14a5bdbd367b191947270b.tar.bz2
Fix scrolling with 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 7735f9d..1328152 100644
--- a/tuxlite_zf/static/css/style.css
+++ b/tuxlite_zf/static/css/style.css
@@ -61,6 +61,7 @@ hr.gradient {
/* Syntax Highlighting */
.highlight > pre {
+word-wrap: normal;
margin-top: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;