From cfba9170806529796a0de2e76c4337c20eaca292 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 26 Jan 2015 15:58:23 +0000 Subject: [PATCH] Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules. Props iamtakashi, fixes #31129. Built from https://develop.svn.wordpress.org/trunk@31283 git-svn-id: http://core.svn.wordpress.org/trunk@31264 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 654c16d5f8..0f2b573759 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -781,10 +781,6 @@ a:focus { left: 0; } -.social-navigation a[href$="/feed/"]:before { - content: "\f413"; -} - .social-navigation a[href*="codepen.io"]:before { content: "\f216"; } @@ -882,6 +878,10 @@ a:focus { content: "\f516"; } +.social-navigation a[href$="/feed/"]:before { + content: "\f413"; +} + .secondary-toggle { background-color: transparent; border: 1px solid #eaeaea; diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c24e4b2f5..fb6d507c77 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31282'; +$wp_version = '4.2-alpha-31283'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.