Removed border from last course chapter in profile

This commit is contained in:
Reda Lemeden
2012-02-29 16:05:50 -05:00
parent 4a734bf1b5
commit 4520b15da9

View File

@@ -76,6 +76,10 @@ div.profile-wrapper {
padding: lh() 0;
width: 100%;
&:last-child {
border-bottom: 0px;
}
h2 {
border-right: 1px dashed #ddd;
@include box-sizing(border-box);