Make WordPress Core

Ticket #30743: fix-4.patch

File fix-4.patch, 430 bytes (added by alex-ye, 10 years ago)

A fix for the bug in 4.jpg

  • wp-content\themes\twentyfifteen\style.css

     
    899899        content: "\f419";
    900900        line-height: 42px;
    901901        position: relative;
     902        font-size: 32px;
    902903        top: -1px;
    903904        left: 0;
    904905}
     
    913914
    914915.secondary-toggle.toggled-on:before {
    915916        content: "\f405";
    916         font-size: 32px;
    917917        top: 0;
    918918        left: -1px;
    919919}