From 354d9eebf2c84b66f1103a61a8f4ffa832f350b6 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 4 Mar 2010 00:59:34 +0000 Subject: Updated external pages to new interface. git-svn-id: http://code.elgg.org/elgg/trunk@5268 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/externalpages/views/default/expages/css.php | 27 ++++++++++++------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'mod/externalpages/views/default/expages/css.php') 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 @@ - * @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 + * @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; +} -- cgit v1.2.3