mirror of https://github.com/dspinellis/UMLGraph
Fix float clearing for Chrome
Error pointed by: @gousiosg
This commit is contained in:
parent
6202d34fa6
commit
3bdff0e55b
|
|
@ -24,9 +24,7 @@ Many programs build on UMLGraph; follow <a href="doc/deriv.html">this link</a>
|
||||||
for more details.
|
for more details.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- The style is needed to accommodate the floats;
|
<div style="clear: both">
|
||||||
see http://www.quirksmode.org/css/clearing.html -->
|
|
||||||
<div style="overflow: auto; height: 100%">
|
|
||||||
<p>
|
<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://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
|
<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>
|
</blockquote>
|
||||||
</div>
|
</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>
|
<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.
|
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>
|
||||||
|
|
||||||
|
<p style="clear: both"></p>
|
||||||
<h2>Class Diagrams</h2> <!-- {{{1 -->
|
<h2>Class Diagrams</h2> <!-- {{{1 -->
|
||||||
One specifies a class diagram using the Java syntax complemented by
|
One specifies a class diagram using the Java syntax complemented by
|
||||||
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>
|
<a href="http://java.sun.com/j2se/javadoc/"><em>javadoc</em></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue