diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-26 02:34:36 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-26 02:34:36 +0000 |
commit | 0e8358bd2335bfc71ac5b2ee93e866fa5c571c89 (patch) | |
tree | c877ada780b187f673b2b6ce56bd8e539e4d6e1e | |
parent | aa935986b6db6f3290467e4c60d6eab7de26ccb7 (diff) |
Updated stylesheet paths for facebook app
-rw-r--r-- | lib/facebookaction.php | 4 | ||||
-rw-r--r-- | theme/base/css/facebookapp.css | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php index 043a078cd..00db79400 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -98,10 +98,6 @@ class FacebookAction extends Action // Add a timestamp to the file so Facebook cache wont ignore our changes $ts = filemtime(INSTALLDIR.'/theme/base/css/display.css'); - $this->element('link', array('rel' => 'stylesheet', - 'type' => 'text/css', - 'href' => theme_path('css/display.css', 'base') . '?ts=' . $ts)); - $theme = common_config('site', 'theme'); $ts = filemtime(INSTALLDIR. '/theme/' . $theme .'/css/display.css'); diff --git a/theme/base/css/facebookapp.css b/theme/base/css/facebookapp.css index 9f269b96f..e6b1c9ee5 100644 --- a/theme/base/css/facebookapp.css +++ b/theme/base/css/facebookapp.css @@ -1,5 +1,3 @@ -@import url("../../identica/css/display.css"); - * { font-size:14px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; |