Bug 519390 - Page info sometimes resizes an image incorrectly when it uses scaling. r=dao

This commit is contained in:
Tanner M. Young 2009-10-22 22:47:17 +02:00
Родитель cae988cf47
Коммит 2bf15c755e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -14,3 +14,8 @@ richlistitem[feed]:not([selected="true"]) .feed-subscribe {
groupbox[closed="true"] > .groupbox-body {
visibility: collapse;
}
/* This following entry can be removed when Bug 522850 is fixed. */
#thepreviewimage {
min-width: 1px;
}