Skip to content

Commit

Permalink
doc: fix footer sizing
Browse files Browse the repository at this point in the history
reduced to the minimal amount, any less shows a white bar.

Semver: patch
PR-URL: #860
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
  • Loading branch information
Fishrock123 authored and chrisdickinson committed Feb 23, 2015
1 parent 0df5430 commit cb22bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Expand Up @@ -393,7 +393,7 @@ span.type {

#footer {
padding: 0;
min-height: 300px;
min-height: 24px;
background: #333;
color: white;
}
Expand Down

0 comments on commit cb22bc9

Please sign in to comment.