From 9ddca236814ceb6e2c0ca3d16ad8ff7ac3c85f09 Mon Sep 17 00:00:00 2001 From: Chris Polis Date: Fri, 16 Sep 2011 09:53:55 -0700 Subject: [PATCH] cleaned up demo css scroll fix --- demo/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/demo/style.css b/demo/style.css index cfddda8..30dd245 100644 --- a/demo/style.css +++ b/demo/style.css @@ -1,3 +1,8 @@ +html { + height: 100%; + margin-bottom: 1px; + overflow-y: scroll; +} body { color: #585858; background-color: #fff; @@ -38,12 +43,6 @@ a:hover { margin: 0 auto; width: 960px; } -html { -height: 100%; -margin-bottom: 1px; -overflow-y: scroll; -} - #options { list-style: none; padding-left: 0px;