From 35662d8e64db7ce26dfd152a795ff6e06b2fb413 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Thu, 23 Dec 2010 16:27:44 -0500 Subject: [PATCH] Scaling images in the Feed view to be no larger than the viewport. --- media/css/reader.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media/css/reader.css b/media/css/reader.css index f14cb4248..b5f8613ef 100644 --- a/media/css/reader.css +++ b/media/css/reader.css @@ -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;