Make WordPress Core

Ticket #46363: 46363.alt.diff

File 46363.alt.diff, 1.3 KB (added by garrett-eclipse, 5 years ago)

Alt patch to also include the freedoms.png main image even though it's not used in the css.

  • src/wp-admin/css/about.css

     
    11131113}
    11141114
    11151115.freedoms-php .column .freedoms-image {
    1116         background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png');
     1116        background-image: url('../images/freedoms-2x.png');
    11171117        background-size: 100%;
    11181118        padding-top: 100%;
    11191119}