From f36fc8c41fc0e7a2e857c4858438e2526bffd695 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 23 Aug 2013 02:53:14 -0700 Subject: [PATCH] remove unnecessary onebox body padding --- app/assets/stylesheets/application/onebox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/onebox.scss b/app/assets/stylesheets/application/onebox.scss index 148b7c582ef..41ac84608de 100644 --- a/app/assets/stylesheets/application/onebox.scss +++ b/app/assets/stylesheets/application/onebox.scss @@ -36,7 +36,7 @@ a.loading-onebox { } } .onebox-result-body { - padding: 5px; + padding-top: 5px; font-family: Georgia, Times, "Times New Roman", serif; img { max-width:200px;