Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 6, 2016
2 parents ce17397 + 7a367f5 commit 19ad80f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
html, body {
font-family: Arial, Helvetica, sans-serif;
}
.page-title {
font-weight: bold;
font-size: 64px;
}
.progress-bar {
-webkit-transition: none;
-moz-transition: none;
Expand Down Expand Up @@ -83,13 +87,16 @@
<div class="container">
<div class="row text-center" style="margin: 2em 0;">
<div class="col-xs-12" style="margin-bottom: 1em;">
<h1>infinite-tree</h1>
<h1 class="page-title">infinite-tree</h1>
<h3>A browser-ready tree library that can efficiently display a large tree with smooth scrolling.</h3>
</div>
<div class="col-xs-12">
<a class="btn btn-primary btn-lg" href="https://github.com/cheton/infinite-tree" role="button">View on GitHub</a>
<a class="btn btn-default btn-lg" href="https://github.com/cheton/infinite-tree" role="button">View on GitHub</a>
&nbsp;&nbsp;
<a class="btn btn-default btn-lg" href="https://github.com/cheton/infinite-tree/wiki" role="button">API Documentation</a>
</div>
</div>
<hr/>
<div class="row" style="margin-bottom: 10px;">
<div class="col-xs-6">
<div class="row">
Expand Down

0 comments on commit 19ad80f

Please sign in to comment.