]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in comment 8300/head
authorChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:03:57 +0000 (17:03 -0600)
committerChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:03:57 +0000 (17:03 -0600)
less/forms.less

index 91248761003ef8574a5ac68a336f91620d4e4530..a9a124bd48ce824023b75928080b4b3824045f06 100644 (file)
@@ -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
 }
 */