Making WordPress.org

Changeset 1849


Ignore:
Timestamp:
08/25/2015 04:17:24 PM (9 years ago)
Author:
Otto42
Message:

Improve hidpi support in wp4.css

File:
1 edited

Legend:

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

    r1794 r1849  
    218218    text-indent: -9999px;
    219219}
    220 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     220@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     221       only screen and (min-resolution: 1.5dppx),
     222       only screen and (min-resolution: 144dpi) {
    221223    #wporg-header h1 a {
    222224        background-image: url(//s.w.org/style/images/wp-header-logo-2x.png?1);
     
    10841086    background-repeat: no-repeat;
    10851087}
    1086 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     1088@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     1089       only screen and (min-resolution: 1.5dppx),
     1090       only screen and (min-resolution: 144dpi) {
    10871091    #home-below ol.steps li span {
    10881092        background-image: url(//s.w.org/style/images/steps-2x.png);
     
    13501354}
    13511355
    1352 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     1356@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     1357       only screen and (min-resolution: 1.5dppx),
     1358       only screen and (min-resolution: 144dpi) {
    13531359    #wporg-footer h6.cip-image {
    13541360        background-image: url(//s.w.org/style/images/codeispoetry-2x.png?1);
Note: See TracChangeset for help on using the changeset viewer.