Make WordPress Core

Ticket #31129: 31129.diff

File 31129.diff, 637 bytes (added by iamtakashi, 10 years ago)

Move RSS icon style rule at the bottom to prevent it from being overridden by other social icon rules.

  • src/wp-content/themes/twentyfifteen/style.css

     
    781781        left: 0;
    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";
    790786}
     
    882878        content: "\f516";
    883879}
    884880
     881.social-navigation a[href$="/feed/"]:before {
     882        content: "\f413";
     883}
     884
    885885.secondary-toggle {
    886886        background-color: transparent;
    887887        border: 1px solid #eaeaea;