diff options
| author | Mark Otto <[email protected]> | 2012-11-30 00:26:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 00:26:02 -0800 |
| commit | 8d09e7c24d2174dd5c85461eaedeacfb299faeaa (patch) | |
| tree | 54d240a19b3d628a9b98a2991a4094836b048195 /less | |
| parent | 4fd164d45bdb3bfc52119d828ed7efebc92f8339 (diff) | |
| download | bootstrap-8d09e7c24d2174dd5c85461eaedeacfb299faeaa.tar.xz bootstrap-8d09e7c24d2174dd5c85461eaedeacfb299faeaa.zip | |
remove some unhelpful comments
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/less/forms.less b/less/forms.less index ba49f74a6..3dd8f306b 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; |
