Fixed a couple of missing parentheses.

This commit is contained in:
Daniel Liuzzi 2011-08-21 06:27:06 +03:00
parent ee6f3077c0
commit 536529c255
1 changed files with 2 additions and 2 deletions

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