[FIX] better scrollbar/footer interactions

This commit is contained in:
mDuo13
2014-09-05 14:32:53 -07:00
parent 96576a36f4
commit 720a39e666
7 changed files with 23 additions and 10 deletions

View File

@@ -62,8 +62,13 @@ body .content-root {
margin-right: auto;
margin-left: auto;
margin-top: 50px;
margin-bottom: 181px;
margin-bottom: 0;
}
.menubar.fixed.leaveroomforfooter {
margin-bottom: 183px;
}
.header-subnav li a:active {
color: #f09 !important;
}
@@ -78,7 +83,7 @@ color: #f09 !important;
padding: 0 !important;
}
@media (min-width: 768px) {
@media (min-width: 720px) {
.menubar {
right: 794px;
}
@@ -173,7 +178,7 @@ color: #f09 !important;
font-size: 14px;
}
@media (max-width: 768px) {
@media (max-width: 720px) {
.right {
float: left;