Making WordPress.org

Changeset 67


Ignore:
Timestamp:
08/20/2013 04:45:25 PM (11 years ago)
Author:
Otto42
Message:

Bump version on codeispoetry images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r65 r67  
    10081008#wporg-footer h6 {
    10091009    clear: both;
    1010     background: url(http://s.wordpress.org/style/images/codeispoetry.png?1) center center no-repeat;
     1010    background: url(http://s.wordpress.org/style/images/codeispoetry.png?2) center center no-repeat;
    10111011    background-size: 190px 15px;
    10121012    width: 190px;
     
    10161016}
    10171017.no-static #wporg-footer h6 {
    1018     background-image: url(//wordpress.org/style/images/codeispoetry.png?1);
     1018    background-image: url(//wordpress.org/style/images/codeispoetry.png?2);
    10191019}
    10201020
    10211021@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    10221022    #wporg-footer h6 {
    1023         background-image: url(http://s.wordpress.org/style/images/codeispoetry-2x.png);
     1023        background-image: url(http://s.wordpress.org/style/images/codeispoetry-2x.png?2);
    10241024    }
    10251025    .no-static #wporg-footer h6 {
    1026         background-image: url(//wordpress.org/style/images/codeispoetry-2x.png);
     1026        background-image: url(//wordpress.org/style/images/codeispoetry-2x.png?2);
    10271027    }
    10281028}
Note: See TracChangeset for help on using the changeset viewer.