aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php45
1 files changed, 7 insertions, 38 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 48150151e..e67c79c36 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1,38 +1,7 @@
-<?php
-
- /**
- * Elgg CSS
- * The standard CSS file
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- *
- * @uses $vars['wwwroot'] The site URL
- */
-
-?>
-
-/*
- Default Elgg CSS
-*/
-
-body {
- background:#fff;
- color:#000;
- margin:20px center;
- text-align:center;
-}
-
-#login-box {
- text-align:left;
- background:#555;
- border:1px solid #ddd;
- width:300px;
- padding:10px;
- margin:auto;
- color:#fff;
-} \ No newline at end of file
+<?php
+/**
+ *
+ * This is a deprecated CSS view used in Elgg 1.0-1.7.
+ * Please use the view 'css/elgg' now.
+ *
+ */