mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
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:
parent
621f5cdb08
commit
3dc744d0cb
@ -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 {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user