Fixed a syntax error preventing less compilation with dotless

This commit is contained in:
Daniel Hoelbling 2011-08-22 09:36:35 +02:00
parent 109027433d
commit 96ec9ee083
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@
border: 1px solid #ddd; border: 1px solid #ddd;
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,.05); .box-shadow(0 1px 2px rgba(0,0,0,.05));
li { li {
display: inline; display: inline;
a { a {
@ -676,4 +676,4 @@
margin-bottom: 0; margin-bottom: 0;
} }
} }
} }