diff options
| author | Mark Otto <[email protected]> | 2013-07-20 19:31:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-20 19:31:56 -0700 |
| commit | 732e4196fb9dc76ce2250edcdc6c1b45bcbe5d2e (patch) | |
| tree | ca5c72d94179f69a8218be01b0956e2a89a14971 | |
| parent | 453346262f879f5e4e37e50b1462de72f3f60f59 (diff) | |
| download | bootstrap-732e4196fb9dc76ce2250edcdc6c1b45bcbe5d2e.tar.xz bootstrap-732e4196fb9dc76ce2250edcdc6c1b45bcbe5d2e.zip | |
Remove commented out CSS
| -rw-r--r-- | dist/css/bootstrap.css | 8 | ||||
| -rw-r--r-- | less/forms.less | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e54e8d387..eaa17105c 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 bafe1cac6..616f1ffaa 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 { |
