Fix footer whitespace/clearing issues, support two-line footer for low widths. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-11 20:27:59 +00:00
parent 1271508bb2
commit e12c302347
6 changed files with 12 additions and 9 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -75,7 +75,7 @@ table {
}
#wpbody-content {
padding-bottom: 50px;
padding-bottom: 60px;
}
.folded #wpcontent,
File diff suppressed because one or more lines are too long
+6 -3
View File
@@ -4292,7 +4292,11 @@ input.button-highlighted,
------------------------------------------------------------------------------*/
#footer {
margin-top: -46px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 10px 0;
margin-right: 15px;
border-top: 1px;
border-style: solid;
@@ -4305,8 +4309,7 @@ input.button-highlighted,
#footer p {
margin: 0;
padding: 15px 0;
line-height: 15px;
line-height: 25px;
}
#footer a {