summaryrefslogtreecommitdiff
path: root/doc/api_assets
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-02-16 15:05:31 -0500
committerChris Dickinson <christopher.s.dickinson@gmail.com>2015-02-22 19:36:24 -0800
commitcb22bc9b8aaa0929c6152dcb61dd45cdc9d5b1b4 (patch)
tree407dbc3aa321ced2bc7ea7e26822055abbd63d2e /doc/api_assets
parent0df54303c12953f1a6a51b1b08377b7d87449008 (diff)
downloadnode-new-cb22bc9b8aaa0929c6152dcb61dd45cdc9d5b1b4.tar.gz
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>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index fc6a1114d8..d5c5aa9e55 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;
}