Twenty Fifteen: Make sure that the edit link will always be right of it's icon.
Props iamtakashi, fixes #30171. Built from https://develop.svn.wordpress.org/trunk@30215 git-svn-id: http://core.svn.wordpress.org/trunk@30215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
73b4f6f449
commit
fe241e3fdc
|
@ -1985,6 +1985,11 @@ a.post-thumbnail:focus {
|
|||
content: "\f411";
|
||||
}
|
||||
|
||||
.comments-link,
|
||||
.edit-link {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30214';
|
||||
$wp_version = '4.1-alpha-30215';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue