diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-04 12:15:41 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-09-04 12:15:41 +0000 |
commit | 7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f (patch) | |
tree | 8d7840d191f8f5598262d112ec6d0ad655cb5ae7 /WebContent/index.html | |
parent | ef488df19ce15c651ae7b23a797671746ae18c2f (diff) | |
download | vaadin-framework-7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f.tar.gz vaadin-framework-7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f.zip |
Fixes #3142: Demo page's large heading should be clickable
svn changeset:8666/svn branch:6.1
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 0cfad20cb7..1dc2c853e8 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -47,14 +47,18 @@ <div id="upfront"> <div id="sampler"> + <a href="sampler/" class="demoapp"> <h2>Vaadin Sampler</h2> <p>Sampler contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.</p> - <p><a href="sampler/" class="demoapp">Start Sampler »</a> + <strong>Start Sampler »</strong> + </a> </div> <div id="eclipse"> + <a href="http://www.vaadin.com/eclipse"> <h2>Vaadin Eclipse Plugin</h2> <p>The easiest way to start working with Vaadin is to use Eclipse IDE and download the Vaadin Eclipse plugin from our website.</p> - <p><a href="http://www.vaadin.com/eclipse">How to install the Vaadin Eclipse Plugin »</a> + <strong>How to install the Vaadin Eclipse Plugin »</strong> + </a> </div> </div> <!-- /upfront --> |