2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix typo in comment

This commit is contained in:
Chris Rebert
2013-06-25 17:03:57 -06:00
parent ac90fbf4d8
commit d2b5f4e45c
+1 -1
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
}
*/