From 081cff1a6ed92a22430a1f3e15e90818a7d9c293 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 26 Jan 2015 15:57:22 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@31283 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 654c16d5f8..0f2b573759 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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;