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:
parent
93b93b103f
commit
7b05d5c2e7
@ -336,7 +336,7 @@ function twentyfourteen_list_authors() {
|
||||
?>
|
||||
|
||||
<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-summary">
|
||||
<h2 class="contributor-name"><?php echo get_the_author_meta( 'display_name', $contributor_id ); ?></h2>
|
||||
|
@ -51,7 +51,7 @@
|
||||
</div>
|
||||
|
||||
<div id="search-container" class="search-box-wrapper hide">
|
||||
<div class="search-box clear">
|
||||
<div class="search-box">
|
||||
<?php get_search_form(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -697,14 +697,16 @@ img.wp-smiley {
|
||||
|
||||
/* Clearing floats */
|
||||
|
||||
.clear:before,
|
||||
.clear:after,
|
||||
.footer-sidebar:before,
|
||||
.footer-sidebar:after,
|
||||
.hentry:before,
|
||||
.hentry:after,
|
||||
.slider-direction-nav:before,
|
||||
.slider-direction-nav:after,
|
||||
.contributor-info:before,
|
||||
.contributor-info:after,
|
||||
.search-box:before,
|
||||
.search-box:after,
|
||||
[class*="content"]:before,
|
||||
[class*="content"]:after,
|
||||
[class*="site"]:before,
|
||||
@ -713,10 +715,11 @@ img.wp-smiley {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.clear:after,
|
||||
.footer-sidebar:after,
|
||||
.hentry:after,
|
||||
.slider-direction-nav:after,
|
||||
.contributor-info:after,
|
||||
.search-box:after,
|
||||
[class*="content"]:after,
|
||||
[class*="site"]:after {
|
||||
clear: both;
|
||||
|
Loading…
Reference in New Issue
Block a user