Twenty Fifteen: add missing social link Genericons styles for Skype and Path.
Fixes #32332, props philiparthurmoore. Built from https://develop.svn.wordpress.org/trunk@32497 git-svn-id: http://core.svn.wordpress.org/trunk@32467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
da99450d30
commit
4633e1eb79
|
@ -880,6 +880,14 @@ a:focus {
|
|||
content: "\f413";
|
||||
}
|
||||
|
||||
.social-navigation a[href*="path.com"]:before {
|
||||
content: "\f219";
|
||||
}
|
||||
|
||||
.social-navigation a[href*="skype.com"]:before {
|
||||
content: "\f220";
|
||||
}
|
||||
|
||||
.secondary-toggle {
|
||||
background-color: transparent;
|
||||
border: 1px solid #eaeaea;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32496';
|
||||
$wp_version = '4.3-alpha-32497';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue