summaryrefslogtreecommitdiffstats
path: root/docs/manual/style
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2013-02-27 02:07:01 +0100
committerDaniel Gruno <humbedooh@apache.org>2013-02-27 02:07:01 +0100
commitf3c29bf6b49270b1ce7c917f7081f0f1b8703b31 (patch)
treed495dad22b0a697828a1edfddd99dadf5a4243c7 /docs/manual/style
parenthopefully fixing the <pre> overflow bug as reported by mike rumph (diff)
downloadapache2-f3c29bf6b49270b1ce7c917f7081f0f1b8703b31.tar.xz
apache2-f3c29bf6b49270b1ce7c917f7081f0f1b8703b31.zip
better handling of overflow
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450565 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style')
-rw-r--r--docs/manual/style/css/prettify.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/style/css/prettify.css b/docs/manual/style/css/prettify.css
index 2df6d6c91a..012a8e9ff2 100644
--- a/docs/manual/style/css/prettify.css
+++ b/docs/manual/style/css/prettify.css
@@ -32,7 +32,7 @@
}
/* Put a border around prettyprinted code snippets. */
-pre.prettyprint { padding: 2px; border: 1px solid #888; tab-size: 4; overflow: scroll; }
+pre.prettyprint { padding: 2px; border: 1px solid #888; tab-size: 4; overflow: auto; overflow-y: hidden; }
/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */