From 7a367f5870383ccde4fa9f3f7107566a5726c30a Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Wed, 6 Apr 2016 14:21:27 +0800 Subject: [PATCH] Update examples --- examples/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/examples/index.html b/examples/index.html index 3d30e94..6b4a140 100644 --- a/examples/index.html +++ b/examples/index.html @@ -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; @@ -83,13 +87,16 @@
-

infinite-tree

+

infinite-tree

A browser-ready tree library that can efficiently display a large tree with smooth scrolling.

+