Streamlyne / website

Public website at streamlyne.co
MIT License
3 stars 0 forks source link

Footer menu resizing. #4

Closed toddmurphy closed 10 years ago

toddmurphy commented 10 years ago

Resize all footer menus to ensure consistency from page to page

Glavin001 commented 10 years ago

When page is too short the footer has the empty white background below it.

Glavin001 commented 10 years ago

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

ddaws commented 10 years ago

Nope. I had commented and closed the issue, and then realised my comment deserved it's own issue (#26). My bad. : S

Glavin001 commented 10 years ago

No worries. Then https://github.com/Streamlyne/website/issues/26#issuecomment-41852484 and below comments are related to this issue.


Solution Suggestion

/* 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;
}

Screenshot

image