Wordpress/wp-includes/css
Andrew Nacin fe14a22e31 Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere.
{{{
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}}}

Serve HiDPI graphics for printing, regardless of screen resolution.

Specify Opera's vendor-prefixed device pixel ratio property, for Opera desktop.

Specify a minimum Webkit device pixel ratio of 1.25 instead of 1.5, to serve
2x images to Android devices that are between 1 and 1.5x (like the Nexus 7).
Firefox and Opera will respond to 1.5x on these devices, but Chrome will not.

Specify min-resolution, which covers Firefox 19. Opera on Android also supports
min-resolution, but Opera Mini does not support dppx, so the dpi unit is used.

props iammattthomas for the exhaustive research.
props lessbloat for patching.

fixes #22238.



git-svn-id: https://develop.svn.wordpress.org/trunk@22629 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-17 06:50:08 +00:00
..
admin-bar-rtl.css Final HiDPI tweaks. Don't use rss-2x.png on a front-end widget. Improve selectors for favicons in the toolbar to avoid breaking existing images. Remove unnecessary RTL styles. FIXES #21019. 2012-11-09 02:06:59 +00:00
admin-bar-rtl.min.css Compress scripts/styles: 3.5-beta2-22515. 2012-11-09 22:58:35 +00:00
admin-bar.css Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere. 2012-11-17 06:50:08 +00:00
admin-bar.min.css Compress scripts/styles: 3.5-beta2-22515. 2012-11-09 22:58:35 +00:00
buttons.css Allow the .hidden class to hide a button. props helenyhou. fixes #22018. 2012-11-07 21:25:25 +00:00
buttons.min.css Compress scripts/styles: 3.5-beta2-22455. 2012-11-07 22:58:33 +00:00
editor.css Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere. 2012-11-17 06:50:08 +00:00
editor.min.css Compress scripts/styles: 3.5-beta2-22455. 2012-11-07 22:58:33 +00:00
jquery-ui-dialog.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
jquery-ui-dialog.min.css Switch to .min for compressed JS and CSS files. 2012-08-23 00:04:18 +00:00
media-views-rtl.css Media: Add an explicit border to menus to show a divider in older browsers. see #22446, #21390. 2012-11-16 09:47:00 +00:00
media-views-rtl.min.css Compress scripts/styles: 3.5-beta3-22613. 2012-11-16 10:58:32 +00:00
media-views.css Media: zIndex peace was only temporary. 2012-11-16 10:30:36 +00:00
media-views.min.css Compress scripts/styles: 3.5-beta3-22613. 2012-11-16 10:58:32 +00:00
wp-pointer.css Introduce a new, cross-browser HiDPI CSS @media rule to be used everywhere. 2012-11-17 06:50:08 +00:00
wp-pointer.min.css Compress scripts/styles: 3.5-beta2-22455. 2012-11-07 22:58:33 +00:00