From: Daniel Gruno Date: Wed, 27 Feb 2013 01:07:01 +0000 (+0000) Subject: better handling of overflow X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68eb929d5789d69d7c75ce9066c0906e4d113eb9;p=thirdparty%2Fapache%2Fhttpd.git better handling of overflow git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450565 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/prettify.css b/docs/manual/style/css/prettify.css index 2df6d6c91a4..012a8e9ff2c 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 */