0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Remove commented out CSS

This commit is contained in:
Mark Otto 2013-07-20 19:31:56 -07:00
parent 453346262f
commit 732e4196fb
2 changed files with 0 additions and 16 deletions

View File

@ -1555,14 +1555,6 @@ textarea::-webkit-input-placeholder {
margin-top: -5px;
}
/*
// 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 collapses
}
*/
.radio-inline,
.checkbox-inline {
display: inline-block;

View File

@ -200,14 +200,6 @@ textarea {
margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
/*
// 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 collapses
}
*/
// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {