summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2006-11-15 12:51:40 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2006-11-15 12:51:40 +0000
commit747a6c58f41518f91c414174ea9954f3c26c56a6 (patch)
tree612415a1542f1462669ae20798e9b6aaa98479f2
parentfc7bba8f33ae15704cdb2e6367bb770ca46ac22c (diff)
downloadvaadin-framework-747a6c58f41518f91c414174ea9954f3c26c56a6.tar.gz
vaadin-framework-747a6c58f41518f91c414174ea9954f3c26c56a6.zip
html fixes
svn changeset:98/svn branch:toolkit
-rw-r--r--src/com/itmill/toolkit/package.html32
-rw-r--r--src/com/itmill/toolkit/ui/package.html2
2 files changed, 17 insertions, 17 deletions
diff --git a/src/com/itmill/toolkit/package.html b/src/com/itmill/toolkit/package.html
index 661219adeb..88df1cfb2a 100644
--- a/src/com/itmill/toolkit/package.html
+++ b/src/com/itmill/toolkit/package.html
@@ -14,22 +14,22 @@ The sub-packages from this point contain application components and utilities.
<p>
<b>The Millstone library base is composed of the following packages:</b>
- <ul>
- <li>org.millstone.base.data</li><br/>
- <ul>A library of interfaces for transparently binding UI components to datasources.</ul>
- <li>org.millstone.base.data.util</li>
- <ul>Basic implementations of data-intfaces and utilities for working with data-bound components.</ul>
- <li>org.millstone.base.data.validator</li>
- <ul>Classes providing data-validation for Properties.</ul>
- <li>org.millstone.base.event</li>
- <ul>Interfaces defining how to send and recieve events.</ul>
- <li>org.millstone.base.service</li>
- <ul>Classes provding miscelaneous utility services.</ul>
- <li>org.millstone.base.terminal</li>
- <ul>Classes and interfaces for implementing the terminal specific adapters.</ul>
- <li>org.millstone.base.ui</li>
- <ul>The Millstone UI components.</ul>
- </ul>
+ <dl>
+ <dt>org.millstone.base.data</dt>
+ <dd>A library of interfaces for transparently binding UI components to datasources.</dd>
+ <dt>org.millstone.base.data.util</dt>
+ <dd>Basic implementations of data-intfaces and utidtties for working with data-bound components.</dd>
+ <dt>org.millstone.base.data.vadtdator</dt>
+ <dd>Classes providing data-vadtdation for Properties.</dd>
+ <dt>org.millstone.base.event</dt>
+ <dd>Interfaces defining how to send and recieve events.</dd>
+ <dt>org.millstone.base.service</dt>
+ <dd>Classes provding miscelaneous utidtty services.</dd>
+ <dt>org.millstone.base.terminal</dt>
+ <dd>Classes and interfaces for implementing the terminal specific adapters.</dd>
+ <dt>org.millstone.base.ui</dt>
+ <dd>The Millstone UI components.</dd>
+ </dl>
</p>
diff --git a/src/com/itmill/toolkit/ui/package.html b/src/com/itmill/toolkit/ui/package.html
index b6b17b43d0..e7d6927d78 100644
--- a/src/com/itmill/toolkit/ui/package.html
+++ b/src/com/itmill/toolkit/ui/package.html
@@ -16,7 +16,7 @@
<p>The general interface hierarchy looks like this:</p>
-<p><center><img src="doc-files/component_interfaces.gif"/> </center></p>
+<p style="text-align:center;><img src="doc-files/component_interfaces.gif"/> </p>
<p><i>Note that the above picture includes only the main interfaces. This
package includes several other lesser subinterfaces which are not