Post UI: Increase the trigger width for switching from two columns to one.

props melchoyce, vinod dalvi.
fixes #23904.

git-svn-id: https://develop.svn.wordpress.org/trunk@25688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-10-03 09:36:36 +00:00
parent 4f7760db6f
commit d529239d24
1 changed files with 1 additions and 1 deletions

View File

@ -2091,7 +2091,7 @@ html.wp-toolbar {
}
/* one column on the post write/edit screen */
@media only screen and (max-width: 850px) {
@media only screen and (max-width: 960px) {
#wpbody-content #poststuff #post-body {
margin: 0;
}