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
This commit is contained in:
Lance Willett 2015-01-26 15:58:23 +00:00
parent 5aadff88f6
commit cfba917080
2 changed files with 5 additions and 5 deletions

View File

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

View File

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