Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/twitter/bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Nov 6, 2011
2 parents f036798 + 8f353bc commit 5d1c721
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 5d1c721

Please sign in to comment.