mirror of https://github.com/nodejs/node.git
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>pull/328/merge
parent
0df54303c1
commit
cb22bc9b8a
|
@ -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…
Reference in New Issue