From: Mark Otto Date: Fri, 30 Nov 2012 08:26:02 +0000 (-0800) Subject: remove some unhelpful comments X-Git-Tag: v3.0.0-rc1~879 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d09e7c24d2174dd5c85461eaedeacfb299faeaa;p=thirdparty%2Fbootstrap.git remove some unhelpful comments --- diff --git a/less/forms.less b/less/forms.less index ba49f74a67..3dd8f306b5 100644 --- a/less/forms.less +++ b/less/forms.less @@ -6,7 +6,6 @@ // General styles // ------------------------- -// Make all forms have space below them form { margin: 0 0 @baseLineHeight; } @@ -17,7 +16,6 @@ fieldset { border: 0; } -// Groups of fields with labels on top (legends) legend { display: block; width: 100%; @@ -30,7 +28,6 @@ legend { border-bottom: 1px solid #e5e5e5; } -// Identify controls by their labels label { display: block; margin-bottom: 5px;