You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/04/21 00:37:17 UTC

svn commit: r936096 - /click/trunk/click/examples/webapp/form/multiple-forms-demo.htm

Author: sabob
Date: Tue Apr 20 22:37:16 2010
New Revision: 936096

URL: http://svn.apache.org/viewvc?rev=936096&view=rev
Log:
fix css float

Modified:
    click/trunk/click/examples/webapp/form/multiple-forms-demo.htm

Modified: click/trunk/click/examples/webapp/form/multiple-forms-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm?rev=936096&r1=936095&r2=936096&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/form/multiple-forms-demo.htm (original)
+++ click/trunk/click/examples/webapp/form/multiple-forms-demo.htm Tue Apr 20 22:37:16 2010
@@ -48,7 +48,7 @@ to see how this example is implemented.<
 
 <br>
 
-<div style="border:1px outset #000000;float:left;clear:left">
+<div style="border:1px outset #000000;float:left;">
     <h4 style="margin: 0 0 .5em; 
                padding:2px; 
                background:buttonface none repeat scroll 0%;
@@ -61,7 +61,7 @@ to see how this example is implemented.<
 <br style="clear:left;">
 <br>
 
-<div style="border:1px outset #000000;float:left;clear:left">
+<div style="border:1px outset #000000;float:left;">
     <h4 style="margin: 0 0 .5em; 
                padding:2px;  
                background:buttonface none repeat scroll 0%; 
@@ -69,4 +69,6 @@ to see how this example is implemented.<
                border-style:solid; 
                border-width:1px;">Form 2</h4>
     $form2
-</div>
\ No newline at end of file
+</div>
+
+<br style="clear:left;">
\ No newline at end of file