Commit 536529c2 authored by Daniel Liuzzi's avatar Daniel Liuzzi

Fixed a couple of missing parentheses.

parent ee6f3077
...@@ -427,7 +427,7 @@ div.pagination { ...@@ -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 { ...@@ -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));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment