aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebContent/index.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index eb693bf4fc..1b7d412e8f 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -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>