1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Merge pull request #8300 from cvrebert/patch-2

Fix typo in comment
This commit is contained in:
Mark Otto
2013-06-25 17:11:20 -07:00

View 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
}
*/