diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-21 13:23:04 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-24 00:25:31 +0100 |
commit | fed111f08aeba6be5bfc5e924975048e6a8f6521 (patch) | |
tree | b98d562d6a649810965c19405e09c5a027d6415b /lib/action.php | |
parent | 51775e38bab8f3c41aa19bed84a38d1a7f534e37 (diff) |
Removed mobile stylesheet from core output. If Mobile support is
seeked, MobileProfile plugin should be used.
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/action.php b/lib/action.php index 22425e682..e24277558 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)); |