Make WordPress Core

Ticket #11651: 11651.6.three-col-on-1280.patch

File 11651.6.three-col-on-1280.patch, 389 bytes (added by chexee, 13 years ago)

Updates column widths to show 3-col view on 1280 wide screens. Props helenyhou

  • wp-admin/css/wp-admin.dev.css

     
    22242224        margin: 0 40px 0 24px;
    22252225        max-width: 270px;
    22262226        min-width: 220px;
    2227         width: 35%;
     2227        width: 25%;
    22282228        float: left;
    22292229}
    22302230.welcome-panel .welcome-panel-column:last-child {