mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Prevent content from colliding with footer. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17876 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -75,7 +75,7 @@ table {
|
||||
}
|
||||
|
||||
#wpbody-content {
|
||||
padding-bottom: 60px;
|
||||
padding-bottom: 65px;
|
||||
}
|
||||
|
||||
.folded #wpcontent,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4316,7 +4316,7 @@ input.button-highlighted,
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
line-height: 25px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
|
||||
Reference in New Issue
Block a user