diff options
| author | Julian Birch <[email protected]> | 2011-11-05 04:25:31 +0000 |
|---|---|---|
| committer | Julian Birch <[email protected]> | 2011-11-05 04:25:31 +0000 |
| commit | c53347db79b190b9af67fa145be92def2862c9a1 (patch) | |
| tree | 107551a365998a8015de803f82b89c7a4cf7c4ed /lib | |
| parent | a560eb651d24bd3a6183c78ab8a9b88bfa57c3cc (diff) | |
| download | bootstrap-c53347db79b190b9af67fa145be92def2862c9a1.tar.xz bootstrap-c53347db79b190b9af67fa145be92def2862c9a1.zip | |
Add a missing bracket back in. (Prevents dotLess from compiling.)
Diffstat (limited to 'lib')
| -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 |
