Use consistent margin and padding on #wpcontent and #wpfooter. props jesin, TJNowell, sumobi. fixes #28675.

git-svn-id: https://develop.svn.wordpress.org/trunk@29502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-08-15 15:33:24 +00:00
parent 63ec249db9
commit b6f0d0c208
2 changed files with 5 additions and 5 deletions

View File

@@ -615,7 +615,7 @@ li#wp-admin-bar-menu-toggle {
@media only screen and (max-width: 900px) {
.auto-fold #wpcontent,
.auto-fold #wpfooter {
margin-left: 56px;
margin-left: 36px;
}
.auto-fold #adminmenuback,

View File

@@ -9,16 +9,17 @@
#wpcontent {
height: 100%;
padding-left: 20px;
}
#wpcontent,
#wpfooter {
margin-left: 180px;
margin-left: 160px;
}
.folded #wpcontent,
.folded #wpfooter {
margin-left: 56px;
margin-left: 36px;
}
#wpbody-content {
@@ -1781,8 +1782,7 @@ html.wp-toolbar {
bottom: 0;
left: 0;
right: 0;
padding: 10px 0;
margin-right: 20px;
padding: 10px 20px;
color: #777;
}