Make WordPress Core

Ticket #26396: 26396.2.patch

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

     
    114114        clear: both;
    115115}
    116116
     117/* modern clearfix */
     118.nav-tab-wrapper:after, /* Back-compat for plugins */
     119.wp-clearfix:after {
     120        content: "";
     121        display: table;
     122        clear: both;
     123}
     124
    117125/* Hide visually but not from screen readers */
    118126.screen-reader-text,
    119127.screen-reader-text span,
     
    20642072        line-height: inherit;
    20652073}
    20662074
    2067 /* contain floats */
    2068 .nav-tab-wrapper:after {
    2069         content: "";
    2070         display: table;
    2071         clear: both;
    2072 }
    2073 
    20742075/*------------------------------------------------------------------------------
    20752076  26.0 - Misc
    20762077------------------------------------------------------------------------------*/