aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/release-notes.html
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-19 12:43:17 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-19 12:43:17 +0000
commit615fcb32cc90151ed0287966bf6982234b65bc57 (patch)
tree8eb41d5efe9d6837b790d52c9b2b61c589defa3c /WebContent/release-notes.html
parent24e59b8b4b7dfecbe41f31b778967f4e5be20237 (diff)
downloadvaadin-framework-615fcb32cc90151ed0287966bf6982234b65bc57.tar.gz
vaadin-framework-615fcb32cc90151ed0287966bf6982234b65bc57.zip
Release notes for the new package.
svn changeset:7888/svn branch:6.0
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r--WebContent/release-notes.html34
1 files changed, 13 insertions, 21 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index a7855029af..830464506b 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -10,21 +10,15 @@
</head>
<body>
-<div id="container">
+ <div id="header">
+ <h1>Vaadin &ndash; thinking of U and I</h1>
+ <div id="version">
+ <a href="index.html" title="Back to index page">Back</a>
+ </div>
+ </div> <!-- /header -->
-<div class="header">
-<h1>Introducing Vaadin 6</h1>
-<em>Effortless web application development for Java-programmers.</em>
-<div id="header-links"><a href="http://dev.vaadin.com"
- title="Open dev.vaadin.com">Visit developer site dev.vaadin.com</a><br />
-<a href="http://vaadin.com" title="Open vaadin.com">Visit
-community and support site vaadin.com</a></div>
-</div>
-<!-- /Header -->
+<div id="content">
-<div class="content">
-
-<div>
<h2>Release Notes for Vaadin @version@</h2>
<p>Vaadin @version@ is the first release of Vaadin, the next generation of the framework
@@ -82,7 +76,7 @@ some name prefixes, and some other details.</p>
<li>In your custom theme, replace:
<table><tr><td></td><td><tt>@import "../default/styles.css";</tt></td></tr>
<tr><td align="right">&#x2192;</td><td><tt>@import "../reindeer/styles.css";</tt></td><td>if you wish to use the new default theme,</td></tr>
- <tr><td align="right">or &#x2192;</td><td><tt>@import "../runo/styles.css";</tt></td><td>if you wish to use the old default theme.</td></tr></li>
+ <tr><td align="right">or &#x2192;</td><td><tt>@import "../runo/styles.css";</tt></td><td>if you wish to use the old default theme.</td></tr></table></li>
<li>Use the new default theme with <tt>setTheme("reindeer")</tt> and the old one with <tt>setTheme("runo")</tt>.</li>
</ul>
<li>CSS class names now start with "<tt>v-</tt>" prefix instead of "<tt>i-</tt>"</li>
@@ -243,14 +237,12 @@ as well.</p>
not with Vaadin 6. Links, Lynx, and other text-based browsers do not
work.</p>
-<div class="clearer"></div>
-</div>
-<!-- /content-->
+</div> <!-- /content-->
+
-<div class="footer"><a href="http://www.itmill.com">IT Mill
-Ltd.</a> <em>Interfacing IT</em></div>
-<!-- /footer --></div>
-<!-- /container -->
+<div id="footer">
+ <span class="slogan">Vaadin &ndash; thinking of U and I<span>
+</div> <!-- /footer -->
</body>
</html>