Make WordPress Core

Changeset 32497


Ignore:
Timestamp:
05/12/2015 06:14:04 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: add missing social link Genericons styles for Skype and Path.

Fixes #32332, props philiparthurmoore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r32442 r32497  
    881881}
    882882
     883.social-navigation a[href*="path.com"]:before {
     884    content: "\f219";
     885}
     886
     887.social-navigation a[href*="skype.com"]:before {
     888    content: "\f220";
     889}
     890
    883891.secondary-toggle {
    884892    background-color: transparent;
Note: See TracChangeset for help on using the changeset viewer.