]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Trigger only on handheld device screens, not on browser screens, d'oh!
authorMeitar Moscovitz <meitarm@gmail.com>
Tue, 10 Feb 2009 16:12:14 +0000 (03:12 +1100)
committerMeitar Moscovitz <meitarm@gmail.com>
Tue, 10 Feb 2009 16:12:14 +0000 (03:12 +1100)
lib/action.php

index ce37f4760a9a2263f730122d4ccb8513ccfb1c93..3e236d7146ba82675de08ba7dc007b4d8fe3e251 100644 (file)
@@ -175,7 +175,7 @@ class Action extends HTMLOutputter // lawsuit
                                          'type' => 'text/css',
                                          'href' => theme_path('css/mobile.css', 'base') . '?version=' . LACONICA_VERSION,
                                          // TODO: "handheld" CSS for other mobile devices
-                                         'media' => 'screen and (max-device-width: 480px)')); // Mobile WebKit
+                                         'media' => 'only screen and (max-device-width: 480px)')); // Mobile WebKit
         }
     }