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

props melchoyce, vinod dalvi.
fixes #23904.
Built from https://develop.svn.wordpress.org/trunk@25688


git-svn-id: http://core.svn.wordpress.org/trunk@25604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2013-10-03 09:37:09 +00:00
parent 328c4e9a67
commit 26e6703de7
2 changed files with 2 additions and 2 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;
}

File diff suppressed because one or more lines are too long