From b9be14101b9d120ceb33b545057aba9e771b59b7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 1 Apr 2013 21:23:40 -0700 Subject: [PATCH] remove margins from h3,h4 in onebox 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 29e2d3e5a8d..9f2fa085f27 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; + h3, h4 { + margin: 0px !important; + } img.thumbnail { width: 25%; height: auto;