aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages/views/default/expages/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/externalpages/views/default/expages/css.php')
-rw-r--r--mod/externalpages/views/default/expages/css.php27
1 files changed, 13 insertions, 14 deletions
diff --git a/mod/externalpages/views/default/expages/css.php b/mod/externalpages/views/default/expages/css.php
index c511a45db..9cc760dde 100644
--- a/mod/externalpages/views/default/expages/css.php
+++ b/mod/externalpages/views/default/expages/css.php
@@ -1,17 +1,16 @@
<?php
-
- /**
- * Elgg externalpages CSS
- *
- * @package externalpages
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
- */
+/**
+ * Elgg externalpages CSS
+ *
+ * @package externalpages
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider <info@elgg.com>
+ * @copyright Curverider Ltd 2008-2010
+ * @link http://elgg.org/
+ */
?>
-
-/* IE6 */
-* html #front_left_tbl { width:676px !important; }
-* html #front_right_tbl { width:676px !important; } \ No newline at end of file
+#footer_toolbar_links {
+ text-align:right;
+ margin-bottom:5px;
+}