0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #21 from dliuzzi/patch-1

Fixed a couple of missing parentheses.
This commit is contained in:
Jacob Thornton 2011-08-20 13:54:40 -07:00
commit fa2bde0520

View File

@ -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));
}