diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-30 09:30:32 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-30 09:30:32 +0000 |
commit | 4e0b278d549c5677c073f95ad7de784683644640 (patch) | |
tree | b7b4abc59c26a2d995d5615d06f97bf45683fa3c /views/default/css.php | |
parent | 787cd2cd2466fef16c43ba9ec55cfa31eb513f60 (diff) | |
download | elgg-4e0b278d549c5677c073f95ad7de784683644640.tar.gz elgg-4e0b278d549c5677c073f95ad7de784683644640.tar.bz2 |
profile block layout issue in IE7 fixed
git-svn-id: https://code.elgg.org/elgg/trunk@2355 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
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; |