Skip to content

Commit fa2bde0

Browse files
committed
Merge pull request twbs#21 from dliuzzi/patch-1
Fixed a couple of missing parentheses.
2 parents 9b0235d + 536529c commit fa2bde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/patterns.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ div.pagination {
427427
margin: 0;
428428
border: 1px solid rgba(0,0,0,.15);
429429
.border-radius(3px);
430-
.box-shadow(0 1px 2px rgba(0,0,0,.075);
430+
.box-shadow(0 1px 2px rgba(0,0,0,.075));
431431
li {
432432
display: inline;
433433
a {
@@ -465,7 +465,7 @@ div.well {
465465
min-height: 20px;
466466
border: 1px solid #ddd;
467467
.border-radius(4px);
468-
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05);
468+
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
469469
}
470470

471471

0 commit comments

Comments
 (0)