Making WordPress.org


Ignore:
Timestamp:
01/08/2018 07:38:00 PM (9 years ago)
Author:
obenland
Message:

WPorg: Update WordPress logo.

See #1530, [6313].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_wporg-header.scss

    r6231 r6315  
    1717
    1818                a {
    19                         background: url( //s.w.org/style/images/wp-header-logo.png?1 ) center left no-repeat;
    20                         background-size: 303px 53px;
     19                        background: url( //s.w.org/style/images/wporg-logo.svg?3 ) center left no-repeat;
     20                        background-size: 290px 46px;
    2121                        display: block;
    2222                        height: 88px;
    2323                        text-indent: -9999px;
    24                         width: 303px;
    25 
    26                         @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    27                         only screen and (min-resolution: 1.5dppx),
    28                         only screen and (min-resolution: 144dpi) {
    29                                 background-image: url( //s.w.org/style/images/wp-header-logo-2x.png?1 );
    30                         }
    3124                }
    3225        }
Note: See TracChangeset for help on using the changeset viewer.