Make WordPress Core

Ticket #26396: 26396.patch

File 26396.patch, 451 bytes (added by afercia, 9 years ago)
  • src/wp-admin/css/common.css

     
    20642064        line-height: inherit;
    20652065}
    20662066
    2067 /* contain floats */
    2068 .nav-tab-wrapper:after {
     2067/* modern clearfix */
     2068.nav-tab-wrapper:after, /* Back-compat for plugins */
     2069.wp-clearfix:after {
    20692070        content: "";
    20702071        display: table;
    20712072        clear: both;