From 4e0b278d549c5677c073f95ad7de784683644640 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 30 Oct 2008 09:30:32 +0000 Subject: profile block layout issue in IE7 fixed git-svn-id: https://code.elgg.org/elgg/trunk@2355 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index c79824783..937b6e4ca 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -285,6 +285,10 @@ blockquote { margin:0 10px 0 0; width:200px; } +/* IE7 */ +*:first-child+html #profile_info_column_left { + width:200px; +} * html #two_column_left_sidebar { width:210px; margin:20px 10px 20px 10px; -- cgit v1.2.3