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

git-svn-id: https://develop.svn.wordpress.org/trunk@25980 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-29 16:40:38 +00:00
parent 93b93b103f
commit 7b05d5c2e7
3 changed files with 8 additions and 5 deletions

View File

@ -336,7 +336,7 @@ function twentyfourteen_list_authors() {
?> ?>
<div class="contributor"> <div class="contributor">
<div class="contributor-info clear"> <div class="contributor-info">
<div class="contributor-avatar"><?php echo get_avatar( $contributor_id, 132 ); ?></div> <div class="contributor-avatar"><?php echo get_avatar( $contributor_id, 132 ); ?></div>
<div class="contributor-summary"> <div class="contributor-summary">
<h2 class="contributor-name"><?php echo get_the_author_meta( 'display_name', $contributor_id ); ?></h2> <h2 class="contributor-name"><?php echo get_the_author_meta( 'display_name', $contributor_id ); ?></h2>

View File

@ -51,7 +51,7 @@
</div> </div>
<div id="search-container" class="search-box-wrapper hide"> <div id="search-container" class="search-box-wrapper hide">
<div class="search-box clear"> <div class="search-box">
<?php get_search_form(); ?> <?php get_search_form(); ?>
</div> </div>
</div> </div>

View File

@ -697,14 +697,16 @@ img.wp-smiley {
/* Clearing floats */ /* Clearing floats */
.clear:before,
.clear:after,
.footer-sidebar:before, .footer-sidebar:before,
.footer-sidebar:after, .footer-sidebar:after,
.hentry:before, .hentry:before,
.hentry:after, .hentry:after,
.slider-direction-nav:before, .slider-direction-nav:before,
.slider-direction-nav:after, .slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before, [class*="content"]:before,
[class*="content"]:after, [class*="content"]:after,
[class*="site"]:before, [class*="site"]:before,
@ -713,10 +715,11 @@ img.wp-smiley {
display: table; display: table;
} }
.clear:after,
.footer-sidebar:after, .footer-sidebar:after,
.hentry:after, .hentry:after,
.slider-direction-nav:after, .slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after, [class*="content"]:after,
[class*="site"]:after { [class*="site"]:after {
clear: both; clear: both;