aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-18 17:39:13 -0700
committerfriendica <info@friendica.com>2014-04-18 17:39:13 -0700
commit9e865d1e47676f39088dd86c505e7858e2bc5eb1 (patch)
tree19c3b591a72a2620a95097caeff07da69e426428
parentb886647429c6b2f65e1a515adc5b2b739df63c27 (diff)
downloadvolse-hubzilla-9e865d1e47676f39088dd86c505e7858e2bc5eb1.tar.gz
volse-hubzilla-9e865d1e47676f39088dd86c505e7858e2bc5eb1.tar.bz2
volse-hubzilla-9e865d1e47676f39088dd86c505e7858e2bc5eb1.zip
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
-rw-r--r--view/css/widgets.css9
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 {