Make WordPress Core


Ignore:
Timestamp:
01/05/2016 01:37:56 PM (7 years ago)
Author:
afercia
Message:

Introduce a new generic CSS clearfix utility class.

.wp-clearfix is now the recommended way to clear and contain floated elements.
Adds back compatibility for the .nav-tab-wrapper navigation tabs.

See #26396.

File:
1 edited

Legend:

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

    r35812 r36171  
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    2525
    26 <h2 class="nav-tab-wrapper">
     26<h2 class="nav-tab-wrapper wp-clearfix">
    2727    <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    2828    <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.