Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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

*/


Expand Down Expand Up @@ -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 ***/
Expand Down