Skip to content

Commit

Permalink
Merge pull request #3790 from thomasgohard/fix-proximity-css-border
Browse files Browse the repository at this point in the history
Fixed missing 'border' to 'brdr' change in proximity CSS
  • Loading branch information
nschonni committed Nov 28, 2013
2 parents fdcdf84 + 79014a2 commit 6bd0c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/partials/_proximity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
margin-right: 50px;
}

[class*=border] {
[class*=brdr] {
border: solid 0 #ccc;
}

Expand All @@ -254,4 +254,4 @@

.brdr-bttm {
border-bottom-width: 1px;
}
}

0 comments on commit 6bd0c48

Please sign in to comment.