diff options
| author | Mark Otto <[email protected]> | 2013-06-25 17:11:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-25 17:11:20 -0700 |
| commit | 0f371d409f80248fad967e73629a918eda6aafcf (patch) | |
| tree | 3954ae34f6e0df4fe827a4d046c1f9f9813c7db1 /less/forms.less | |
| parent | 2da485d6bbd7dbbc005d671cbcdfef9328f135b5 (diff) | |
| parent | d2b5f4e45c5dc75bd7b096068a71d10271191520 (diff) | |
| download | bootstrap-0f371d409f80248fad967e73629a918eda6aafcf.tar.xz bootstrap-0f371d409f80248fad967e73629a918eda6aafcf.zip | |
Merge pull request #8300 from cvrebert/patch-2
Fix typo in comment
Diffstat (limited to 'less/forms.less')
| -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 97fbad4cc..a96849d5f 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 } */ |
