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
This commit is contained in:
Lance Willett 2013-12-08 23:11:10 +00:00
parent 621f5cdb08
commit 3dc744d0cb
4 changed files with 15 additions and 15 deletions

View File

@ -571,7 +571,7 @@ a.post-thumbnail:hover {
width: calc(100% + 60px); width: calc(100% + 60px);
} }
.ie8 .secondary-navigation li { .ie8 .secondary-navigation li {
border-top: 1px solid #4d4d4d; border-top: 1px solid #4d4d4d;
position: relative; position: relative;
} }
@ -589,7 +589,7 @@ a.post-thumbnail:hover {
z-index: 99999; z-index: 99999;
} }
.ie8 .secondary-navigation li li { .ie8 .secondary-navigation li li {
border-top: 0; border-top: 0;
} }
@ -822,7 +822,7 @@ a.post-thumbnail:hover {
} }
.ie8 .slider-control-paging li { .ie8 .slider-control-paging li {
margin: 12px 12px 12px 0 margin: 12px 12px 12px 0;
} }
.ie8 .slider-control-paging a { .ie8 .slider-control-paging a {

View File

@ -15,7 +15,7 @@
<!--[if IE 8]> <!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>> <html class="ie ie8" <?php language_attributes(); ?>>
<![endif]--> <![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!--> <!--[if !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<!--<![endif]--> <!--<![endif]-->
<head> <head>

View File

@ -324,7 +324,7 @@
scrolling = Math.abs( accDx ) < Math.abs( -transY ); scrolling = Math.abs( accDx ) < Math.abs( -transY );
if ( e.detail === e.MSGESTURE_FLAG_INERTIA ) { if ( e.detail === e.MSGESTURE_FLAG_INERTIA ) {
setImmediate( function () { // MSFT specific. setImmediate( function () { // MSFT specific.
el._gesture.stop(); el._gesture.stop();
} ); } );

View File

@ -1835,7 +1835,7 @@ a.post-thumbnail:hover {
.comment-list > li:first-child > article, .comment-list > li:first-child > article,
.comment-list > .pingback:first-child, .comment-list > .pingback:first-child,
.comment-list > .trackback:first-child { .comment-list > .trackback:first-child {
border-top: 0 border-top: 0;
} }
.comment-author { .comment-author {
@ -1904,7 +1904,7 @@ a.post-thumbnail:hover {
} }
.comment-content > :last-child { .comment-content > :last-child {
margin-bottom: 0 margin-bottom: 0;
} }
.comment-list .children { .comment-list .children {
@ -2889,8 +2889,8 @@ a.post-thumbnail:hover {
} }
.slider-direction-nav a:before { .slider-direction-nav a:before {
content: "\f430";
color: #fff; color: #fff;
content: "\f430";
font-size: 32px; font-size: 32px;
line-height: 46px; line-height: 46px;
} }
@ -3175,7 +3175,7 @@ a.post-thumbnail:hover {
} }
.search-box .search-field { .search-box .search-field {
width: 50% width: 50%;
} }
.content-area { .content-area {
@ -3205,7 +3205,7 @@ a.post-thumbnail:hover {
} }
.singular .site-content .hentry.has-post-thumbnail { .singular .site-content .hentry.has-post-thumbnail {
margin-top: 0 margin-top: 0;
} }
.full-width .site-content { .full-width .site-content {
@ -3544,7 +3544,7 @@ a.post-thumbnail:hover {
} }
.featured-content { .featured-content {
margin-bottom: 0 margin-bottom: 0;
} }
} }
@ -3617,7 +3617,7 @@ a.post-thumbnail:hover {
width: 182px; width: 182px;
} }
.secondary-navigation li { .secondary-navigation li {
border-top: 1px solid rgba(255, 255, 255, 0.2); border-top: 1px solid rgba(255, 255, 255, 0.2);
position: relative; position: relative;
} }
@ -3635,7 +3635,7 @@ a.post-thumbnail:hover {
z-index: 99999; z-index: 99999;
} }
.secondary-navigation li li { .secondary-navigation li li {
border-top: 0; border-top: 0;
} }
@ -3948,7 +3948,7 @@ a.post-thumbnail:hover {
} }
.slider-control-paging li { .slider-control-paging li {
margin: 12px 12px 12px 0 margin: 12px 12px 12px 0;
} }
.slider-control-paging a { .slider-control-paging a {
@ -4152,7 +4152,7 @@ a.post-thumbnail:hover {
.featured-content .post-thumbnail, .featured-content .post-thumbnail,
.slider .featured-content .post-thumbnail { .slider .featured-content .post-thumbnail {
padding-top: 0 padding-top: 0;
} }
.featured-content .post-thumbnail img { .featured-content .post-thumbnail img {