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; }