diff options
Diffstat (limited to 'mod/externalpages/views/default/expages/css.php')
-rw-r--r-- | mod/externalpages/views/default/expages/css.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/externalpages/views/default/expages/css.php b/mod/externalpages/views/default/expages/css.php new file mode 100644 index 000000000..c511a45db --- /dev/null +++ b/mod/externalpages/views/default/expages/css.php @@ -0,0 +1,17 @@ +<?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/ + */ + +?> + +/* IE6 */ +* html #front_left_tbl { width:676px !important; } +* html #front_right_tbl { width:676px !important; }
\ No newline at end of file |