diff --git a/docs/css/style.css b/docs/css/style.css index 79b657e..3ccb289 100755 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -5,10 +5,9 @@ Derived from code by Kevin Cannon, http://www.multiblah.com and Florian Jenett, mail@florianjenett.de Reworked by CR, 23 Sep 2011 Reworked by Jon Gacnik, 19 Feb 2013 +Width bugfix by Jeremy Douglass, 13 June 2017 Created: 2005.08.29 04:28PM -x Last Modified: 2013.10.16 09:28AM - */ @@ -582,8 +581,8 @@ tr.name-row { height: 60px; } td p { margin-top: 0; } .example img { float: left; margin-right: 15px; margin-bottom: 15px; } -.example { clear: both; margin-bottom: 15px; } -.example pre.margin { margin-left: 115px; } +.example { clear: both; margin-bottom: 15px; width:600px; } +.example pre.margin { margin-left: 115px; overflow:scroll; } hr.noshade { height: 0px; color: #f1f1f1; border-color: #e0e0e0; margin: 30px 0 30px 0; clear: both; } /*** ref index ***/