This preserves the alignment work done earlier but provides a more aesthetically pleasing page.

This commit is contained in:
friendica
2014-04-17 01:33:44 -07:00
parent 962665b8b5
commit 8dcf9e78e1
4 changed files with 18 additions and 2 deletions

View File

@@ -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 {