Should fix the messenger crash on startup. Looks like iframes don't like

being flowed at small sizes.
This commit is contained in:
hyatt%netscape.com 1999-07-06 07:44:10 +00:00
Родитель b7711bbb43
Коммит a500f95c37
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -36,3 +36,9 @@ box.padded {
width: 100%;
}
iframe {
min-width: 10px;
min-height: 10px;
width: 100px;
height: 100px;
}