Switch to one column on the edit/write screens at 850px (the editor becomes unusable at narrower screens and two columns), see #20015

git-svn-id: http://svn.automattic.com/wordpress/trunk@20335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-03-31 17:00:08 +00:00
parent c5d31d71a1
commit c2e2a8bc5c

View File

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