cleaned up demo css scroll fix

This commit is contained in:
Chris Polis 2011-09-16 09:53:55 -07:00
parent 36e3007f0e
commit 9ddca23681

View file

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