Commit 732e4196 authored by Mark Otto's avatar Mark Otto

Remove commented out CSS

parent 45334626
......@@ -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;
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment