Make WordPress Core

Ticket #21021: 21021-2.patch

File 21021-2.patch, 552 bytes (added by azaozz, 12 years ago)

Remove one more unneeded :empty

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

     
    19681968        box-sizing: border-box;
    19691969}
    19701970
    1971 .postbox-container .meta-box-sortables:empty {
    1972         min-height: 0;
    1973         height: 0;
    1974 }
    1975 
    1976 .metabox-holder .postbox-container .empty-container,
    1977 #post-body.columns-2 #side-sortables:empty {
     1971.metabox-holder .postbox-container .empty-container {
    19781972        border: 3px dashed #CCCCCC;
    19791973        height: 250px;
    19801974}