From 6aaa0ffe5e75b56642d0328b29245a5ed0d92abc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 4 Apr 2013 15:20:11 -0700 Subject: [PATCH] add max-width to all img in onebox-result-body --- app/assets/stylesheets/application/onebox.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application/onebox.scss b/app/assets/stylesheets/application/onebox.scss index 9f2fa085f2..1a5c50b546 100644 --- a/app/assets/stylesheets/application/onebox.scss +++ b/app/assets/stylesheets/application/onebox.scss @@ -40,6 +40,9 @@ a.loading-onebox { .onebox-result-body { padding: 5px; font-family: Georgia, Times, "Times New Roman", serif; + img { + max-width:200px; + } h3, h4 { margin: 0px !important; }