Make WordPress Core

Ticket #23904: 23904.2.patch

File 23904.2.patch, 662 bytes (added by vinod dalvi, 11 years ago)
  • wp-admin/css/wp-admin.css

     
    1 /*------------------------------------------------------------------------------
     1/*------------------------------------------------------------------------------
    22
    33
    44Hello, this is the main WordPress admin CSS file.
     
    20912091}
    20922092
    20932093/* one column on the post write/edit screen */
    2094 @media only screen and (max-width: 850px) {
     2094@media only screen and (max-width: 960px) {
    20952095        #wpbody-content #poststuff #post-body {
    20962096                margin: 0;
    20972097        }