Twenty Fourteen: minor spacing and CSS formatting fixes. See #25946.
git-svn-id: https://develop.svn.wordpress.org/trunk@26810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e7b15e43e2
commit
69de8d6659
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user