mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 352600. Need a max-width/height on the feed icon. ui-r=beltzner, r=mconnor
This commit is contained in:
parent
bd2d41a6ba
commit
96459d74ad
@ -151,6 +151,8 @@ a[href] img {
|
||||
-moz-margin-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
max-width: 300px;
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
.feedEntryContent {
|
||||
|
@ -151,6 +151,8 @@ a[href] img {
|
||||
-moz-margin-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
max-width: 300px;
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
.feedEntryContent {
|
||||
|
Loading…
Reference in New Issue
Block a user