From cb22bc9b8aaa0929c6152dcb61dd45cdc9d5b1b4 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Mon, 16 Feb 2015 15:05:31 -0500 Subject: [PATCH] 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 --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index fc6a111..d5c5aa9 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -393,7 +393,7 @@ span.type { #footer { padding: 0; - min-height: 300px; + min-height: 24px; background: #333; color: white; } -- 2.7.4