]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3142: Demo page's large heading should be clickable
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Sep 2009 12:15:41 +0000 (12:15 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Fri, 4 Sep 2009 12:15:41 +0000 (12:15 +0000)
svn changeset:8666/svn branch:6.1

WebContent/index.html

index 0cfad20cb70b0b05bb5cb381f5622c644b3037cb..1dc2c853e85d1d8ecb0809856b08e7f4633ac41f 100644 (file)
                
                <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 &raquo;</a>
+                               <strong>Start Sampler &raquo;</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 &raquo;</a>
+                               <strong>How to install the Vaadin Eclipse Plugin &raquo;</strong>
+                               </a>
                        </div>
                </div> <!-- /upfront -->