doc: fix footer sizing

reduced to the minimal amount, any less shows a white bar.

Semver: patch
PR-URL: https://github.com/iojs/io.js/pull/860
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
pull/328/merge
Jeremiah Senkpiel 2015-02-16 15:05:31 -05:00 committed by Chris Dickinson
parent 0df54303c1
commit cb22bc9b8a
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ span.type {
#footer {
padding: 0;
min-height: 300px;
min-height: 24px;
background: #333;
color: white;
}