aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Pöntelin <tehapo@gmail.com>2016-08-15 11:24:14 +0300
committerGitHub <noreply@github.com>2016-08-15 11:24:14 +0300
commit808145fffb8e31b5898671403fd433787ae5a48e (patch)
treed49123a8d690e9085aa05d667dfef67f8cf86bbf
parentaa17686e515da25ac7732ecf3c7066b923852ed6 (diff)
parentcf675624944c61169c69eff617a433ecaa5d9a9a (diff)
downloadvaadin-core-808145fffb8e31b5898671403fd433787ae5a48e.tar.gz
vaadin-core-808145fffb8e31b5898671403fd433787ae5a48e.zip
Merge pull request #64 from vaadin/feature/vaadin-split-panel
Add vaadin-split-panel to the elements menu in index.html
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3ef7c76..e86789a 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ This program is available under Apache License Version 2.0, available at https:/
<style>
body {
font: normal normal normal 12pt/1.5 sans-serif;
- max-width: 48rem;
+ max-width: 38rem;
margin: 0 auto;
padding: 2rem;
}
@@ -78,6 +78,9 @@ This program is available under Apache License Version 2.0, available at https:/
<a href="../vaadin-upload/">Vaadin<br> Upload</a>
<a href="../vaadin-upload/demo/">Demo</a>
<li>
+ <a href="../vaadin-split-panel/">Vaadin<br> SplitPanel</a>
+ <a href="../vaadin-split-panel/demo/">Demo</a>
+ <li>
<a href="../vaadin-icons/">Vaadin<br> Icons</a>
<a href="../vaadin-icons/demo/">Demo</a>
</ul>