From: Chris Rebert Date: Tue, 25 Jun 2013 23:03:57 +0000 (-0600) Subject: Fix typo in comment X-Git-Tag: v3.0.0-rc1~226^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2b5f4e45c5dc75bd7b096068a71d10271191520;p=thirdparty%2Fbootstrap.git Fix typo in comment --- diff --git a/less/forms.less b/less/forms.less index 9124876100..a9a124bd48 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 } */