From: Mark Otto Date: Sun, 21 Jul 2013 02:31:56 +0000 (-0700) Subject: Remove commented out CSS X-Git-Tag: v3.0.0-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732e4196fb9dc76ce2250edcdc6c1b45bcbe5d2e;p=thirdparty%2Fbootstrap.git Remove commented out CSS --- diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e54e8d3874..eaa17105ca 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; diff --git a/less/forms.less b/less/forms.less index bafe1cac6e..616f1ffaa0 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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 {