summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorMeitar Moscovitz <meitarm@gmail.com>2009-02-11 03:12:14 +1100
committerMeitar Moscovitz <meitarm@gmail.com>2009-02-11 03:12:14 +1100
commitbeddf906634054b115d41046ac112cd0264dbfe1 (patch)
tree8f5f08b0844a8e09ec9bcc277678855f3a057670 /lib/action.php
parentc9e8b1e5c380904e479927e2f24754d8709f590e (diff)
Trigger only on handheld device screens, not on browser screens, d'oh!
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index ce37f4760..3e236d714 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -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
}
}