From 9e865d1e47676f39088dd86c505e7858e2bc5eb1 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 18 Apr 2014 17:39:13 -0700 Subject: remove whitespace at the top of widgets because bootstrap gives us 20 pixels above an h3 element and we end up with way too much whitespace --- view/css/widgets.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 493c83d97..0b9a1cd13 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,22 +1,15 @@ -.widget { - padding: 8px; - margin-top: 5px; -} - /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ .widget { margin-left: 10px; + padding: 0 8px 8px 8px; } .widget h3 { margin-left: -10px; } - - - /* suggest */ .suggest-widget-more { -- cgit v1.2.3