diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-21 13:23:04 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-26 01:15:30 +0100 |
commit | 72ae0ecc1c5e021b0f562fe5aa7ad0140d9c9ecf (patch) | |
tree | 39498e07484946adf04c81d7cce5b922cb9ba28d /lib | |
parent | 2f74a9bf148a22bb19524da290783cc0c10d38ba (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.php | 4 |
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)); |