Removed mobile stylesheet from core output. If Mobile support is

seeked, MobileProfile plugin should be used.
This commit is contained in:
Sarven Capadisli
2010-01-21 13:23:04 +01:00
parent fd276ff9e7
commit d4fcc8777f
2 changed files with 0 additions and 154 deletions

View File

@@ -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));