Forgot to move the facebookapp.css file into the new Facebook plugin

This commit is contained in:
Zach Copley 2009-10-27 21:00:26 +00:00
parent c370f0aadf
commit 4de05f1e47
2 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ class FacebookAction extends Action
function showStylesheets()
{
$this->cssLink('css/display.css', 'base');
$this->cssLink('css/display.css',null,'screen, projection, tv');
$this->cssLink('css/facebookapp.css', 'base');
$this->cssLink('css/display.css', null, 'screen, projection, tv');
$this->cssLink('plugins/Facebook/facebookapp.css');
}
function showScripts()