Skip to content

Commit cb22bc9

Browse files
Fishrock123chrisdickinson
authored andcommittedFeb 23, 2015
doc: fix footer sizing
reduced to the minimal amount, any less shows a white bar. Semver: patch PR-URL: #860 Reviewed-By: Chris Dickinson <[email protected]>
1 parent 0df5430 commit cb22bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api_assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ span.type {
393393

394394
#footer {
395395
padding: 0;
396-
min-height: 300px;
396+
min-height: 24px;
397397
background: #333;
398398
color: white;
399399
}

0 commit comments

Comments
 (0)