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:
parent
b886647429
commit
9e865d1e47
@ -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 {
|
||||
|
Reference in New Issue
Block a user