diff options
| author | Jacob Thornton <[email protected]> | 2011-11-05 15:31:41 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-05 15:31:41 -0700 |
| commit | 8f353bcae6926fe340e938be52d8fd60258fb590 (patch) | |
| tree | 3417d9bd176317311499ee1e083c882aaa874f7d /lib/forms.less | |
| parent | 32086c7de59b9a17701aa689225e369d15ac454a (diff) | |
| parent | c53347db79b190b9af67fa145be92def2862c9a1 (diff) | |
| download | bootstrap-8f353bcae6926fe340e938be52d8fd60258fb590.tar.xz bootstrap-8f353bcae6926fe340e938be52d8fd60258fb590.zip | |
Merge pull request #557 from JulianBirch/master
Fixed compilation under dotLess
Diffstat (limited to 'lib/forms.less')
| -rwxr-xr-x[-rw-r--r--] | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 06bd5b3a5..87fcc3d1a 100644..100755 --- a/lib/forms.less +++ b/lib/forms.less @@ -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 |
