Closed toddmurphy closed 10 years ago
When page is too short the footer has the empty white background below it.
@dreid93 , in the future, please either close with a commit, or message linking to another issue, if not a simple explanation why it's closed -- since this issue still exists, in this instance.
I am guessing this is being superseded by #26 ? :wink:
Nope. I had commented and closed the issue, and then realised my comment deserved it's own issue (#26). My bad. : S
No worries. Then https://github.com/Streamlyne/website/issues/26#issuecomment-41852484 and below comments are related to this issue.
/* Entire body's background color the same as navigation bars' */
html, body {
background-color: #26292B;
}
/* Main content background forced white (original background color) */
div[role="main"] {
background-color: white;
}
Resize all footer menus to ensure consistency from page to page