summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-21 13:23:04 +0100
committerSarven Capadisli <csarven@status.net>2010-01-21 13:23:04 +0100
commitd4fcc8777f5655d0be678075a9bc38e8c02afbc8 (patch)
tree2498e1e17fc2402ec465a7e3edf517568401ed3d /lib
parentfd276ff9e7a1292a217ddb144d600d04bc473d03 (diff)
Removed mobile stylesheet from core output. If Mobile support is
seeked, MobileProfile plugin should be used.
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/action.php b/lib/action.php
index 171bea17c..e9207a66a 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -199,10 +199,6 @@ class Action extends HTMLOutputter // lawsuit
if (Event::handle('StartShowStatusNetStyles', array($this)) &&
Event::handle('StartShowLaconicaStyles', array($this))) {
$this->cssLink('css/display.css',null,'screen, projection, tv');
- if (common_config('site', 'mobile')) {
- // TODO: "handheld" CSS for other mobile devices
- $this->cssLink('css/mobile.css','base','only screen and (max-device-width: 480px)'); // Mobile WebKit
- }
$this->cssLink('css/print.css','base','print');
Event::handle('EndShowStatusNetStyles', array($this));
Event::handle('EndShowLaconicaStyles', array($this));