Changing the overflow for sticky footer. No scrollbar now unless we need it.

这个提交包含在:
Corby Krick 2013-04-29 12:22:01 -05:00
父节点 abdd42bfcc
当前提交 528729d84a

查看文件

@ -2,7 +2,7 @@ html, body {height: 100%;}
#wrap {min-height: 100%;} #wrap {min-height: 100%;}
#main {overflow:auto; padding-bottom: 3em; /* must be same height as the footer */ } #main {overflow:hidden; padding-bottom: 3em; /* must be same height as the footer */ }
#container { padding-top: 50px; width: 940px; margin: 0 auto; } #container { padding-top: 50px; width: 940px; margin: 0 auto; }
@ -45,4 +45,4 @@ input[type="text"] {
input#country { input#country {
width: 180px; width: 180px;
} }