mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fixed a couple of missing parentheses.
This commit is contained in:
parent
ee6f3077c0
commit
536529c255
@ -427,7 +427,7 @@ div.pagination {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
border: 1px solid rgba(0,0,0,.15);
|
border: 1px solid rgba(0,0,0,.15);
|
||||||
.border-radius(3px);
|
.border-radius(3px);
|
||||||
.box-shadow(0 1px 2px rgba(0,0,0,.075);
|
.box-shadow(0 1px 2px rgba(0,0,0,.075));
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
a {
|
a {
|
||||||
@ -465,7 +465,7 @@ div.well {
|
|||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
.border-radius(4px);
|
.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 New Issue
Block a user