Make WordPress Core

Changeset 31283


Ignore:
Timestamp:
01/26/2015 03:57:22 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules.

Props iamtakashi, fixes #31129.

File:
1 edited

Legend:

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

    r31183 r31283  
    782782}
    783783
    784 .social-navigation a[href$="/feed/"]:before {
    785     content: "\f413";
    786 }
    787 
    788784.social-navigation a[href*="codepen.io"]:before {
    789785    content: "\f216";
     
    881877.social-navigation a[href*="twitch.tv"]:before {
    882878    content: "\f516";
     879}
     880
     881.social-navigation a[href$="/feed/"]:before {
     882    content: "\f413";
    883883}
    884884
Note: See TracChangeset for help on using the changeset viewer.