Make WordPress Core


Ignore:
Timestamp:
01/05/2016 01:37:56 PM (9 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/network/site-settings.php

    r34913 r36171  
    9696<h1 id="edit-site"><?php echo $title; ?></h1>
    9797<p class="edit-site-actions"><a href="<?php echo esc_url( get_home_url( $id, '/' ) ); ?>"><?php _e( 'Visit' ); ?></a> | <a href="<?php echo esc_url( get_admin_url( $id ) ); ?>"><?php _e( 'Dashboard' ); ?></a></p>
    98 <h2 class="nav-tab-wrapper nav-tab-small">
     98<h2 class="nav-tab-wrapper nav-tab-small wp-clearfix">
    9999<?php
    100100$tabs = array(
Note: See TracChangeset for help on using the changeset viewer.