]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed not-well-working demos to fix #195 (they can be restored when we have time...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 12 Jan 2007 14:02:01 +0000 (14:02 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 12 Jan 2007 14:02:01 +0000 (14:02 +0000)
svn changeset:252/svn branch:toolkit

WebContent/index.html

index eb693bf4fc046ab9e0088b717055f65241359aef..1b7d412e8f5c51a2af2c6842bd68a247d449283f 100644 (file)
@@ -10,7 +10,9 @@
 
 <table width="90%" border="1" cellpadding="30px">
 
-<tr><td>
+<tr>
+
+<td>
         <h2>Feature Browser</h2>
        <table cellpadding="5px">
          <tr>
@@ -56,15 +58,19 @@ sources folder</a></td>
                <li><a href="hello/">Autodetected mode</a></li>
                <li><a href="src/com/itmill/toolkit/demo/Hello.java">Source</li>
        </ul>
-</td></tr>
 
-<tr><td>
+</td>
+
+<td>
        <h2>Calculator</h2>
        <ul>
                <li><a href="calc/">Autodetected mode</a></li>
                <li><a href="src/com/itmill/toolkit/demo/Calc.java">Source</li>
        </ul>
-</td></tr>
+
+</td>
+
+</tr>
 
 </table>