From 78cb85eb53cfff8d7bd1f881497473c98b4db326 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 6 Apr 2013 02:12:21 -0700 Subject: [PATCH] oneboxes don't need a border-radius --- app/assets/stylesheets/application/onebox.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/application/onebox.scss b/app/assets/stylesheets/application/onebox.scss index 1a5c50b5460..318811dba05 100644 --- a/app/assets/stylesheets/application/onebox.scss +++ b/app/assets/stylesheets/application/onebox.scss @@ -13,7 +13,6 @@ a.loading-onebox { } .onebox-result { - @include border-radius-all(8px); font-size: 14px; > .source { margin-bottom: 10px;