From f1c05021aacf143b08e8914b06d064a860d90efc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 Oct 2014 10:44:28 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfifteen/readme.txt | 1 + src/wp-content/themes/twentyfifteen/style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt index f1ee010ccf..17b28342d8 100644 --- a/src/wp-content/themes/twentyfifteen/readme.txt +++ b/src/wp-content/themes/twentyfifteen/readme.txt @@ -53,6 +53,7 @@ Available icons: (Linking to any of the following sites will automatically displ * Dropbox * Facebook * Flickr +* Foursquare * GitHub * Google+ * Instagram diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index f5f9cf0c4f..bf8ba7aee6 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -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"; }