NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/53536: www.netbsd.org doesn't work on Safari



The following reply was made to PR misc/53536; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: maya%NetBSD.org@localhost
Subject: Re: misc/53536: www.netbsd.org doesn't work on Safari
Date: Sat, 18 Aug 2018 08:52:34 +0200

 The selection is done like this in the css:
 
 /* mobile overrides:
  * narrow monitor (attempting to match non-hidpi phones)
  * or hidpi and 800px width
  * or webkit and hidpi and 800px width */
 @media only screen and (max-device-width: 800px),
        only screen and (min-resolution: 2dppx) and (max-width: 800px),
        only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px
 ) {
 
 
 Does any of that apply to your device, or your Safari not evaluate
 some of that properly?
 
 Martin
 


Home | Main Index | Thread Index | Old Index