diff options
Diffstat (limited to 'views')
-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; |