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

This commit is contained in:
friendica 2014-04-18 17:39:13 -07:00
parent b886647429
commit 9e865d1e47

View File

@ -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 */ /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget { .widget {
margin-left: 10px; margin-left: 10px;
padding: 0 8px 8px 8px;
} }
.widget h3 { .widget h3 {
margin-left: -10px; margin-left: -10px;
} }
/* suggest */ /* suggest */
.suggest-widget-more { .suggest-widget-more {