Widen the post screen sidebars

git-svn-id: http://svn.automattic.com/wordpress/trunk@9260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-10-21 03:10:19 +00:00
parent 2d61441067
commit 66d0933d2b
1 changed files with 3 additions and 3 deletions

View File

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