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;