This preserves the alignment work done earlier but provides a more aesthetically pleasing page.
This commit is contained in:
@@ -1,8 +1,22 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.widget h3 {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* suggest */
|
||||
|
||||
.suggest-widget-more {
|
||||
|
Reference in New Issue
Block a user