From a45b43af7b8e0b8aacc07dda8566edd79e3ba232 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 2 Jul 2012 10:38:23 +0530 Subject: [PATCH] Update the examples with the latest version of source. Change-Id: I74c1761582ea07c63f558820afc69615047b973c --- examples/index.html | 3 +++ examples/resources/demo.css | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/index.html b/examples/index.html index 3efac952..f9225441 100644 --- a/examples/index.html +++ b/examples/index.html @@ -19,10 +19,13 @@ + + + diff --git a/examples/resources/demo.css b/examples/resources/demo.css index 2185cc37..a3c21668 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -1,8 +1,11 @@ -body{ +body { width: 80%; padding-left: 10%; padding-right: 10%; } +a { + text-decoration: none; +} div.navbar { background-color: #333; color: #FFFFFF; @@ -14,5 +17,4 @@ span.uls-trigger { span.uls-trigger a { color: #FFFFFF; font-weight: bold; - text-decoration: none; }