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:
Ian Stewart 2014-11-03 21:36:23 +00:00
parent 73b4f6f449
commit fe241e3fdc
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -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.