mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixed a couple of missing parentheses.
This commit is contained in:
parent
ee6f3077c0
commit
536529c255
1 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@ div.pagination {
|
|||
margin: 0;
|
||||
border: 1px solid rgba(0,0,0,.15);
|
||||
.border-radius(3px);
|
||||
.box-shadow(0 1px 2px rgba(0,0,0,.075);
|
||||
.box-shadow(0 1px 2px rgba(0,0,0,.075));
|
||||
li {
|
||||
display: inline;
|
||||
a {
|
||||
|
@ -465,7 +465,7 @@ div.well {
|
|||
min-height: 20px;
|
||||
border: 1px solid #ddd;
|
||||
.border-radius(4px);
|
||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05);
|
||||
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue