From 7b05d5c2e7deb6fad35ee83b41305337b0354dbc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 29 Oct 2013 16:40:38 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfourteen/functions.php | 2 +- src/wp-content/themes/twentyfourteen/header.php | 2 +- src/wp-content/themes/twentyfourteen/style.css | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index f72141eca4..b259343c34 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -336,7 +336,7 @@ function twentyfourteen_list_authors() { ?>
-
+

diff --git a/src/wp-content/themes/twentyfourteen/header.php b/src/wp-content/themes/twentyfourteen/header.php index e2253ba99e..59e09e9b87 100644 --- a/src/wp-content/themes/twentyfourteen/header.php +++ b/src/wp-content/themes/twentyfourteen/header.php @@ -51,7 +51,7 @@
- diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index ea8d3dd2b6..227668a41a 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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;