Commit ee6402b6 authored by Mark Otto's avatar Mark Otto

Merge pull request #51 from Tigraine/master

Fixed syntax error in patterns.less
parents ebec3203 96ec9ee0
......@@ -460,7 +460,7 @@
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.15);
.border-radius(3px);
.box-shadow(0 1px 2px rgba(0,0,0,.05);
.box-shadow(0 1px 2px rgba(0,0,0,.05));
li {
display: inline;
a {
......
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