Bug 352600. Need a max-width/height on the feed icon. ui-r=beltzner, r=mconnor

This commit is contained in:
sayrer%gmail.com 2007-11-07 05:12:11 +00:00
Родитель 461623ca6c
Коммит 6595f4216b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -151,6 +151,8 @@ a[href] img {
-moz-margin-end: 0; -moz-margin-end: 0;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
max-width: 300px;
max-height: 150px;
} }
.feedEntryContent { .feedEntryContent {