]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove commented out CSS
authorMark Otto <otto@github.com>
Sun, 21 Jul 2013 02:31:56 +0000 (19:31 -0700)
committerMark Otto <otto@github.com>
Sun, 21 Jul 2013 02:31:56 +0000 (19:31 -0700)
dist/css/bootstrap.css
less/forms.less

index e54e8d387490704b7c93da826d6b16c5fe114aa6..eaa17105ca27cc13061b8f323e679add0d81607f 100644 (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;
index bafe1cac6e3de897923c8660e58bc6782b4a3c85..616f1ffaa0af7d218b747b7d73b2b4cbe372c3b5 100644 (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 {