Scaling images in the Feed view to be no larger than the viewport.

This commit is contained in:
Samuel Clay 2010-12-23 16:27:44 -05:00
parent 3a17bc976c
commit 35662d8e64

View file

@ -1342,6 +1342,10 @@ background: transparent;
height: 16px;
}
#story_pane .NB-feed-stories .NB-feed-story img {
max-width: 120%;
}
#story_pane .NB-feed-story .NB-feed-story-sentiment {
position: absolute;
top: 1px;