doc: fix footer sizing
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Mon, 16 Feb 2015 20:05:31 +0000 (15:05 -0500)
committerChris Dickinson <christopher.s.dickinson@gmail.com>
Mon, 23 Feb 2015 03:36:24 +0000 (19:36 -0800)
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>
doc/api_assets/style.css

index fc6a111..d5c5aa9 100644 (file)
@@ -393,7 +393,7 @@ span.type {
 
 #footer {
   padding: 0;
-  min-height: 300px;
+  min-height: 24px;
   background: #333;
   color: white;
 }