diff options
| author | Chris Rebert <[email protected]> | 2013-06-25 17:03:57 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-06-25 17:03:57 -0600 |
| commit | d2b5f4e45c5dc75bd7b096068a71d10271191520 (patch) | |
| tree | 015b462df122ff2081e10bb6dc15308968d9b683 | |
| parent | ac90fbf4d815accf8c3e0c3c355ca6643dcabce9 (diff) | |
| download | bootstrap-d2b5f4e45c5dc75bd7b096068a71d10271191520.tar.xz bootstrap-d2b5f4e45c5dc75bd7b096068a71d10271191520.zip | |
Fix typo in comment
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 912487610..a9a124bd4 100644 --- a/less/forms.less +++ b/less/forms.less @@ -195,7 +195,7 @@ textarea { // Move the options list down to align with labels .controls > .radio:first-child, .controls > .checkbox:first-child { - padding-top: 5px; // has to be padding because margin collaspes + padding-top: 5px; // has to be padding because margin collapses } */ |
