Skip to content

Commit

Permalink
Merge pull request #557 from JulianBirch/master
Browse files Browse the repository at this point in the history
Fixed compilation under dotLess
  • Loading branch information
fat committed Nov 5, 2011
2 parents 32086c7 + c53347d commit 8f353bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forms.less 100644 → 100755
Expand Up @@ -184,7 +184,7 @@ select:focus {
border-color: @borderColor;
&:focus {
border-color: darken(@borderColor, 10%);
.box-shadow(0 0 6px lighten(@borderColor, 20%);
.box-shadow(0 0 6px lighten(@borderColor, 20%));
}
}
// Give a small background color for input-prepend/-append
Expand Down

0 comments on commit 8f353bc

Please sign in to comment.