Twenty Fifteen: Add Foursquare icon support to the social link menu.

props iamtakashi.
fixes #30100.

git-svn-id: https://develop.svn.wordpress.org/trunk@30023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-10-26 10:44:28 +00:00
parent 36ee6ba8be
commit f1c05021aa
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Available icons: (Linking to any of the following sites will automatically displ
* Dropbox
* Facebook
* Flickr
* Foursquare
* GitHub
* Google+
* Instagram

View File

@ -781,6 +781,10 @@ a:focus {
content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
content: "\f206";
}