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.


Built from https://develop.svn.wordpress.org/trunk@30269


git-svn-id: http://core.svn.wordpress.org/trunk@30269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-07 16:34:24 +00:00
parent 7ca9e7d428
commit 85fd2fa467
2 changed files with 8 additions and 2 deletions

View File

@ -151,7 +151,6 @@ a:active {
a img {
border: 0;
display: block;
}
@ -1757,6 +1756,13 @@ a.post-thumbnail:focus {
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-summary .more-link:after {
white-space: nowrap;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30268';
$wp_version = '4.1-alpha-30269';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.