Make WordPress Core

Changeset 25980


Ignore:
Timestamp:
10/29/2013 04:40:38 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: get rid of two last cases of clear class value. See #25592.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r25979 r25980  
    337337
    338338    <div class="contributor">
    339         <div class="contributor-info clear">
     339        <div class="contributor-info">
    340340            <div class="contributor-avatar"><?php echo get_avatar( $contributor_id, 132 ); ?></div>
    341341            <div class="contributor-summary">
  • trunk/src/wp-content/themes/twentyfourteen/header.php

    r25864 r25980  
    5252
    5353        <div id="search-container" class="search-box-wrapper hide">
    54             <div class="search-box clear">
     54            <div class="search-box">
    5555                <?php get_search_form(); ?>
    5656            </div>
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25979 r25980  
    698698/* Clearing floats */
    699699
    700 .clear:before,
    701 .clear:after,
    702700.footer-sidebar:before,
    703701.footer-sidebar:after,
     
    706704.slider-direction-nav:before,
    707705.slider-direction-nav:after,
     706.contributor-info:before,
     707.contributor-info:after,
     708.search-box:before,
     709.search-box:after,
    708710[class*="content"]:before,
    709711[class*="content"]:after,
     
    714716}
    715717
    716 .clear:after,
    717718.footer-sidebar:after,
    718719.hentry:after,
    719720.slider-direction-nav:after,
     721.contributor-info:after,
     722.search-box:after,
    720723[class*="content"]:after,
    721724[class*="site"]:after {
Note: See TracChangeset for help on using the changeset viewer.