Skip to content

Commit c05a856

Browse files
committed
Merge pull request #39 from rndevfx/master
add missing space in wells.styl
2 parents 7ef0504 + bd0d8b6 commit c05a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylus/wells.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
padding: 19px;
1010
margin-bottom: 20px;
1111
background-color: $well-bg;
12-
border: 1px solid$well-border;
12+
border: 1px solid $well-border;
1313
border-radius: $border-radius-base;
1414
box-shadow inset 0 1px 1px rgba(0,0,0,.05);
1515
blockquote {

0 commit comments

Comments
 (0)