Browse Source

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>
v1.8.0-commit
Jeremiah Senkpiel 10 years ago
committed by Chris Dickinson
parent
commit
cb22bc9b8a
  1. 2
      doc/api_assets/style.css

2
doc/api_assets/style.css

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

Loading…
Cancel
Save