Making WordPress.org

Ticket #933: wp4.css.patch

File wp4.css.patch, 1.8 KB (added by sergej.mueller, 10 years ago)
  • public_html/style/wp4.css

     
    196196        height: 88px;
    197197        text-indent: -9999px;
    198198}
    199 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     199@media
     200    only screen and (-webkit-min-device-pixel-ratio: 1.5),
     201    only screen and (min--moz-device-pixel-ratio: 2),
     202    only screen and (-o-min-device-pixel-ratio: 3/2),
     203    only screen and (min-device-pixel-ratio: 1.5),
     204    only screen and (min-resolution: 2dppx),
     205    only screen and (min-resolution: 192dpi) {
    200206        #wporg-header h1 a {
    201207                background-image: url(//s.w.org/style/images/wp-header-logo-2x.png?1);
    202208        }
     
    10421048        background-size: 93px 31px;
    10431049        background-repeat: no-repeat;
    10441050}
    1045 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     1051@media
     1052    only screen and (-webkit-min-device-pixel-ratio: 1.5),
     1053    only screen and (min--moz-device-pixel-ratio: 2),
     1054    only screen and (-o-min-device-pixel-ratio: 3/2),
     1055    only screen and (min-device-pixel-ratio: 1.5),
     1056    only screen and (min-resolution: 2dppx),
     1057    only screen and (min-resolution: 192dpi) {
    10461058        #home-below ol.steps li span {
    10471059                background-image: url(//s.w.org/style/images/steps-2x.png);
    10481060        }
     
    12981310        margin-top: 35px;
    12991311}
    13001312
    1301 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     1313@media
     1314    only screen and (-webkit-min-device-pixel-ratio: 1.5),
     1315    only screen and (min--moz-device-pixel-ratio: 2),
     1316    only screen and (-o-min-device-pixel-ratio: 3/2),
     1317    only screen and (min-device-pixel-ratio: 1.5),
     1318    only screen and (min-resolution: 2dppx),
     1319    only screen and (min-resolution: 192dpi) {
    13021320        #wporg-footer h6 {
    13031321                background-image: url(//s.w.org/style/images/codeispoetry-2x.png?1);
    13041322        }