Twenty Fifteen: update earlier patch to borders on linked images so we're not affecting the display of linked icons in widgets.
Props iamtakashi, fixes #29963. git-svn-id: https://develop.svn.wordpress.org/trunk@30269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f12b0f9aad
commit
cdae4f352d
@ -151,7 +151,6 @@ a:active {
|
|||||||
|
|
||||||
a img {
|
a img {
|
||||||
border: 0;
|
border: 0;
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1757,6 +1756,13 @@ a.post-thumbnail:focus {
|
|||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry-content a img,
|
||||||
|
.entry-summary a img,
|
||||||
|
.page-content a img,
|
||||||
|
.comment-content a img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-content .more-link,
|
.entry-content .more-link,
|
||||||
.entry-summary .more-link:after {
|
.entry-summary .more-link:after {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user