From fe241e3fdced9b4efa4468b8dc103a90d860eabc Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 21:36:23 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfifteen/style.css | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 4d5b6f4a1e..5b5347665d 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -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); diff --git a/wp-includes/version.php b/wp-includes/version.php index f96d6edbb8..54f30e59e3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.