Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32.

git-svn-id: https://develop.svn.wordpress.org/trunk@6606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-14 03:16:56 +00:00
parent 2dc5a62a33
commit d7d0fdb95d
4 changed files with 20 additions and 5 deletions
+13
View File
@@ -971,6 +971,16 @@ a.view-comment-post-link {
/* Admin Footer */
html, body {
height:100%;
}
#wpwrap {
position: relative;
min-height: 100%;
}
#wpcontent{
padding-bottom: 65px;
}
#footer {
clear: both;
height: 65px;
@@ -978,6 +988,8 @@ a.view-comment-post-link {
margin: 0;
background: #464646 url('images/logo-ghost.png') no-repeat 20px 10px;
color: #999;
position: relative;
margin-top: -75px;
}
#footer a {
@@ -1305,3 +1317,4 @@ ul.categorychecklist li {
.wp-no-js-hidden { display: none; }
.ui-tabs-hide { display: none; }
.form-input-tip { color: #999; }