diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 9 |
1 files changed, 1 insertions, 8 deletions
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 { |