Ensure that the footer appears properly on the repo pages

This commit is contained in:
Joseph Schorr 2013-11-23 20:03:08 -05:00
parent 5f9da10a36
commit 6692fdf41c
4 changed files with 14 additions and 7 deletions

View file

@ -32,6 +32,13 @@ html, body {
overflow: hidden;
}
.footer-container.fixed {
position: fixed;
bottom: 16px;
left: 0px;
right: 0px;
}
.button-hidden {
visibility: hidden;
}