Make WordPress Core


Ignore:
Timestamp:
01/30/2016 01:45:37 PM (9 years ago)
Author:
afercia
Message:

After [36171] remove all the occurrences of the old CSS clearfix.

The old clearfix was applied to very specific items and defined multiple times
across CSS files. Uses the new generic .wp-clearfix utility class instead.

See #26396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r36015 r36422  
    589589    <script type="text/html" id="tmpl-customize-themes-details-view">
    590590        <div class="theme-backdrop"></div>
    591         <div class="theme-wrap">
     591        <div class="theme-wrap wp-clearfix">
    592592            <div class="theme-header">
    593593                <button type="button" class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button>
     
    595595                <button type="button" class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button>
    596596            </div>
    597             <div class="theme-about">
     597            <div class="theme-about wp-clearfix">
    598598                <div class="theme-screenshots">
    599599                <# if ( data.screenshot[0] ) { #>
Note: See TracChangeset for help on using the changeset viewer.