Widen the post screen sidebars

git-svn-id: https://develop.svn.wordpress.org/trunk@9260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-10-21 03:10:19 +00:00
parent 9442333d05
commit 3da8e2965c
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ ul#adminmenu {
.inner-sidebar {
float: right;
clear: right;
width: 220px;
width: 280px;
position: relative;
}
@ -42,11 +42,11 @@ ul#adminmenu {
float: left;
clear: left;
width: 100%;
margin-right: -240px;
margin-right: -340px;
}
.has-sidebar .has-sidebar-content {
margin-right: 245px;
margin-right: 305px;
}