mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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:
parent
7ca9e7d428
commit
85fd2fa467
@ -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;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user