Skip to content

Commit

Permalink
Merge pull request #2853 from robertmuehsig/Footer-at-Bottom
Browse files Browse the repository at this point in the history
Footer always at bottom
  • Loading branch information
maartenba committed Jan 11, 2016
2 parents 821b777 + f286bf5 commit fefe956
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/NuGetGallery/Content/Layout.css
Expand Up @@ -203,7 +203,10 @@ nav.main {
color: #3e483c;
padding-bottom: 1em;
padding-top: 0px;
position: relative;
position: absolute;
width: 100%;
bottom: 0px;
min-height: 220px;
}

footer#footer {
Expand Down Expand Up @@ -274,12 +277,15 @@ footer#footer {

#outer-wrapper {
background: url('../Content/Images/headerbackground.png') repeat-x top left #fff;
position: relative;
min-height: 100%;
}

#content-wrapper {
margin: 0 auto;
min-width: 960px;
width: 960px;
padding-bottom: 250px;
}

/* Columns (For Two-Column Layout) */
Expand Down

0 comments on commit fefe956

Please sign in to comment.