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:
Mark Jaquith
2008-10-02 06:06:52 +00:00
parent 112014def2
commit b7f6dcecb8
3 changed files with 12 additions and 8 deletions
+4 -4
View File
@@ -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;
}