summaryrefslogtreecommitdiff
path: root/theme/pigeonthoughts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:21:37 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:21:37 -0400
commit1f6ea95c92681ea2c52fcf12082e1ab68303c4ea (patch)
treea9b7b923d8dd724a4f7fcc090cf67013ccdaae58 /theme/pigeonthoughts
parentae883ceb9b4689f6c1dd3aecdc4a844eda7d179a (diff)
convert CSS files to use new names
Diffstat (limited to 'theme/pigeonthoughts')
-rw-r--r--theme/pigeonthoughts/css/base.css8
-rw-r--r--theme/pigeonthoughts/css/display.css8
2 files changed, 8 insertions, 8 deletions
diff --git a/theme/pigeonthoughts/css/base.css b/theme/pigeonthoughts/css/base.css
index 980d7ddd7..4b30710fb 100644
--- a/theme/pigeonthoughts/css/base.css
+++ b/theme/pigeonthoughts/css/base.css
@@ -1,10 +1,10 @@
/** theme: pigeonthoughts base
*
- * @package Laconica
- * @author Sarven Capadisli <csarven@controlyourself.ca>
- * @copyright 2009 Control Yourself, Inc.
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://laconi.ca/
+ * @link http://status.net/
*/
* { margin:0; padding:0; }
diff --git a/theme/pigeonthoughts/css/display.css b/theme/pigeonthoughts/css/display.css
index 1bf37bf73..2b9174182 100644
--- a/theme/pigeonthoughts/css/display.css
+++ b/theme/pigeonthoughts/css/display.css
@@ -1,10 +1,10 @@
/** theme: pigeonthoughts
*
- * @package Laconica
- * @author Sarven Capadisli <csarven@controlyourself.ca>
- * @copyright 2009 Control Yourself, Inc.
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://laconi.ca/
+ * @link http://status.net/
*/
@import url(base.css);