File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ Derived from code by Kevin Cannon, http://www.multiblah.com and
5
5
Florian Jenett, mail@florianjenett.de
6
6
Reworked by CR, 23 Sep 2011
7
7
Reworked by Jon Gacnik, 19 Feb 2013
8
+ Width bugfix by Jeremy Douglass, 13 June 2017
8
9
9
10
Created: 2005.08.29 04:28PM
10
- x Last Modified: 2013.10.16 09:28AM
11
-
12
11
*/
13
12
14
13
@@ -582,8 +581,8 @@ tr.name-row { height: 60px; }
582
581
td p { margin-top : 0 ; }
583
582
584
583
.example img { float : left; margin-right : 15px ; margin-bottom : 15px ; }
585
- .example { clear : both; margin-bottom : 15px ; }
586
- .example pre .margin { margin-left : 115px ; }
584
+ .example { clear : both; margin-bottom : 15px ; width : 600 px ; }
585
+ .example pre .margin { margin-left : 115px ; overflow : scroll; }
587
586
hr .noshade { height : 0px ; color : # f1f1f1 ; border-color : # e0e0e0 ; margin : 30px 0 30px 0 ; clear : both; }
588
587
589
588
/*** ref index ***/
You can’t perform that action at this time.
0 commit comments