diff options
| author | Mark Otto <[email protected]> | 2011-12-30 16:01:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-30 16:01:29 -0800 |
| commit | 553030ca7de8dac3c5180629ff84fa14173513ab (patch) | |
| tree | 94d744b93b1274a6626dc3683697b6212c410ed8 /lib | |
| parent | 704d713aadbfcd27e39226cb0d1b2243d52dde0a (diff) | |
| download | bootstrap-553030ca7de8dac3c5180629ff84fa14173513ab.tar.xz bootstrap-553030ca7de8dac3c5180629ff84fa14173513ab.zip | |
missing parantheses
Diffstat (limited to 'lib')
| -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 5293d780a..ededc772e 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -220,7 +220,7 @@ textarea[readonly] { 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 |
