2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

breaking out patterns.less even more, removing unnecessary div from checkbox and radio lists--now just labels and inputs

This commit is contained in:
Mark Otto
2012-01-05 10:01:42 -08:00
parent bdc22e71c8
commit 20add59de3
18 changed files with 1411 additions and 1462 deletions
+2 -1
View File
@@ -391,7 +391,8 @@ textarea[readonly] {
margin-left: 150px;
}
// Move the options list down to align with labels
.control-list {
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 6px; // has to be padding because margin collaspes
}
// Move over buttons in .form-actions to align with .controls