mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
40 additional horizontal pixels, and 10 additional vertical pixels for the content area.
git-svn-id: https://develop.svn.wordpress.org/trunk@9060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3,11 +3,11 @@ div#wpbody {
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 100%;
|
||||
margin-left: -185px;
|
||||
margin-left: -155px;
|
||||
}
|
||||
|
||||
div#wpbody-content {
|
||||
margin-left: 177px;
|
||||
margin-left: 137px;
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
padding-top: 10px;
|
||||
@@ -20,13 +20,13 @@ div#sidemenu-bg {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 175px;
|
||||
width: 135px;
|
||||
}
|
||||
|
||||
ul#adminmenu {
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 165px; /* + 10 padding */
|
||||
width: 125px; /* + 10 padding */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user