Fix float clearing for Chrome

Error pointed by: @gousiosg
This commit is contained in:
Diomidis Spinellis 2013-11-14 02:44:52 +02:00
parent 6202d34fa6
commit 3bdff0e55b
1 changed files with 3 additions and 4 deletions

View File

@ -24,9 +24,7 @@ Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
for more details.
</p>
<!-- The style is needed to accommodate the floats;
see http://www.quirksmode.org/css/clearing.html -->
<div style="overflow: auto; height: 100%">
<div style="clear: both">
<p>
<a href="http://www.amazon.com/exec/obidos/ASIN/020165783X/dds-20" ><img src="umld.jpg" alt="UML Distilled" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
<a href="http://martinfowler.com">Martin Fowler</a>, the author of
@ -39,11 +37,12 @@ but never felt sufficiently time-rich to develop anything.
</blockquote>
</div>
<p style="overflow: auto; height: 100%">
<p style="clear: both">
<a href="http://www.amazon.com/dp/0596527934/?tag=dds-20" ><img src="jpt.jpg" alt="Java Power Tools" border='0' style="float:left; vertical-align: middle; margin-right: 2em; border-width: thin" /></a>
UMLGraph is also described in O'Reilly's <a href="http://www.amazon.com/dp/0596527934/?tag=dds-20">Java Power Tools</a> book.
</p>
<p style="clear: both"></p>
<h2>Class Diagrams</h2> <!-- {{{1 -->
One specifies a class diagram using the Java syntax complemented by
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>