Small CSS Adition on #dashboard
We have a number of Clients (Groups) and each has a number of Projects. In your DASHBOARD view, where the clients and their respective Projects are listed, the dividing line between Groups is not that clear, visually pairing the Group title with the Projects above it instead. An update to your existing style sheet, you shoul simply add two lines. Currently:
dashboard .recent_projects, #dashboard .group {
margin-bottom: 30px;
}
UPDATE:
dashboard .recent_projects, #dashboard .group {
margin-bottom: 30px;
border-bottom: 5px solid #ace;
padding-bottom: 30px;
}

Thanks. We were planning a bit more radical layout change to fix it but this should be done by next release.