diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 00:59:34 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-04 00:59:34 +0000 |
commit | 354d9eebf2c84b66f1103a61a8f4ffa832f350b6 (patch) | |
tree | a893e0cb765fddcbea6be6eea00f597907bbf114 /mod/externalpages/views/default/expages/css.php | |
parent | aff69d65ead2b3e7cb702a852761b2bbe5398c5e (diff) | |
download | elgg-354d9eebf2c84b66f1103a61a8f4ffa832f350b6.tar.gz elgg-354d9eebf2c84b66f1103a61a8f4ffa832f350b6.tar.bz2 |
Updated external pages to new interface.
git-svn-id: http://code.elgg.org/elgg/trunk@5268 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/externalpages/views/default/expages/css.php')
-rw-r--r-- | mod/externalpages/views/default/expages/css.php | 27 |
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; +} |