www/adium.im 550:fa43581dc285: Only do this for devices. Refs #1...

commits at adium.im commits at adium.im
Sun Feb 12 19:42:30 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/fa43581dc285
revision:	550:fa43581dc285
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sun Feb 12 19:42:24 2012 +0000

Only do this for devices. Refs #15841

diffs (12 lines):

diff -r c3000d8d9e95 -r fa43581dc285 assets/styles/global.css
--- a/assets/styles/global.css	Sun Feb 12 19:34:41 2012 +0000
+++ b/assets/styles/global.css	Sun Feb 12 19:42:24 2012 +0000
@@ -551,7 +551,7 @@
 /********** Media Queries **********/
 
 /* Notice: Prevent iOS devices from scaling the font-size on landscape mode */
- at media (orientation: landscape) {
+ at media (max-device-width: 1000px) and (orientation: landscape) {
 	html { -webkit-text-size-adjust: none; }
 }
 




More information about the commits mailing list