From 3dc744d0cba2053b96a7f313f6c957dfe753cb84 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 8 Dec 2013 23:11:10 +0000 Subject: [PATCH] Twenty Fourteen: minor spacing and CSS formatting fixes. See #25946. Built from https://develop.svn.wordpress.org/trunk@26810 git-svn-id: http://core.svn.wordpress.org/trunk@26697 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/css/ie.css | 6 +++--- wp-content/themes/twentyfourteen/header.php | 2 +- wp-content/themes/twentyfourteen/js/slider.js | 2 +- wp-content/themes/twentyfourteen/style.css | 20 +++++++++---------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css index 30e98b2b15..1e640d0ea7 100644 --- a/wp-content/themes/twentyfourteen/css/ie.css +++ b/wp-content/themes/twentyfourteen/css/ie.css @@ -571,7 +571,7 @@ a.post-thumbnail:hover { width: calc(100% + 60px); } -.ie8 .secondary-navigation li { +.ie8 .secondary-navigation li { border-top: 1px solid #4d4d4d; position: relative; } @@ -589,7 +589,7 @@ a.post-thumbnail:hover { z-index: 99999; } -.ie8 .secondary-navigation li li { +.ie8 .secondary-navigation li li { border-top: 0; } @@ -822,7 +822,7 @@ a.post-thumbnail:hover { } .ie8 .slider-control-paging li { - margin: 12px 12px 12px 0 + margin: 12px 12px 12px 0; } .ie8 .slider-control-paging a { diff --git a/wp-content/themes/twentyfourteen/header.php b/wp-content/themes/twentyfourteen/header.php index 5f45c14068..d6c8fc4e7a 100644 --- a/wp-content/themes/twentyfourteen/header.php +++ b/wp-content/themes/twentyfourteen/header.php @@ -15,7 +15,7 @@ - + > diff --git a/wp-content/themes/twentyfourteen/js/slider.js b/wp-content/themes/twentyfourteen/js/slider.js index 5f0c7a0777..2fdb99ded7 100644 --- a/wp-content/themes/twentyfourteen/js/slider.js +++ b/wp-content/themes/twentyfourteen/js/slider.js @@ -324,7 +324,7 @@ scrolling = Math.abs( accDx ) < Math.abs( -transY ); if ( e.detail === e.MSGESTURE_FLAG_INERTIA ) { - setImmediate( function () { // MSFT specific. + setImmediate( function () { // MSFT specific. el._gesture.stop(); } ); diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 4616803e80..9e0fe930bc 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -1835,7 +1835,7 @@ a.post-thumbnail:hover { .comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child { - border-top: 0 + border-top: 0; } .comment-author { @@ -1904,7 +1904,7 @@ a.post-thumbnail:hover { } .comment-content > :last-child { - margin-bottom: 0 + margin-bottom: 0; } .comment-list .children { @@ -2889,8 +2889,8 @@ a.post-thumbnail:hover { } .slider-direction-nav a:before { - content: "\f430"; color: #fff; + content: "\f430"; font-size: 32px; line-height: 46px; } @@ -3175,7 +3175,7 @@ a.post-thumbnail:hover { } .search-box .search-field { - width: 50% + width: 50%; } .content-area { @@ -3205,7 +3205,7 @@ a.post-thumbnail:hover { } .singular .site-content .hentry.has-post-thumbnail { - margin-top: 0 + margin-top: 0; } .full-width .site-content { @@ -3544,7 +3544,7 @@ a.post-thumbnail:hover { } .featured-content { - margin-bottom: 0 + margin-bottom: 0; } } @@ -3617,7 +3617,7 @@ a.post-thumbnail:hover { width: 182px; } - .secondary-navigation li { + .secondary-navigation li { border-top: 1px solid rgba(255, 255, 255, 0.2); position: relative; } @@ -3635,7 +3635,7 @@ a.post-thumbnail:hover { z-index: 99999; } - .secondary-navigation li li { + .secondary-navigation li li { border-top: 0; } @@ -3948,7 +3948,7 @@ a.post-thumbnail:hover { } .slider-control-paging li { - margin: 12px 12px 12px 0 + margin: 12px 12px 12px 0; } .slider-control-paging a { @@ -4152,7 +4152,7 @@ a.post-thumbnail:hover { .featured-content .post-thumbnail, .slider .featured-content .post-thumbnail { - padding-top: 0 + padding-top: 0; } .featured-content .post-thumbnail img {