|
6 | 6 | * http://www.apache.org/licenses/LICENSE-2.0
|
7 | 7 | *
|
8 | 8 | * Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9 |
| - * Date: Fri Sep 9 20:48:32 PDT 2011 |
| 9 | + * Date: Mon Sep 12 09:25:40 PDT 2011 |
10 | 10 | */
|
11 | 11 | /* Reset.less
|
12 | 12 | * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
@@ -188,7 +188,6 @@ textarea {
|
188 | 188 | width: 940px;
|
189 | 189 | margin: 0 auto;
|
190 | 190 | zoom: 1;
|
191 |
| - margin-bottom: 18px; |
192 | 191 | }
|
193 | 192 | .container:before, .container:after {
|
194 | 193 | display: table;
|
@@ -269,7 +268,6 @@ textarea {
|
269 | 268 | * ------------------------------------------------------------------------------------------- */
|
270 | 269 | .row {
|
271 | 270 | zoom: 1;
|
272 |
| - margin-bottom: 18px; |
273 | 271 | margin-left: -20px;
|
274 | 272 | }
|
275 | 273 | .row:before, .row:after {
|
@@ -398,7 +396,6 @@ body {
|
398 | 396 | .container-fluid {
|
399 | 397 | padding: 0 20px;
|
400 | 398 | zoom: 1;
|
401 |
| - margin-bottom: 18px; |
402 | 399 | }
|
403 | 400 | .container-fluid:before, .container-fluid:after {
|
404 | 401 | display: table;
|
@@ -628,7 +625,7 @@ fieldset legend {
|
628 | 625 |
|
629 | 626 | color: #404040;
|
630 | 627 | }
|
631 |
| -.clearfix { |
| 628 | +form .clearfix { |
632 | 629 | margin-bottom: 18px;
|
633 | 630 | }
|
634 | 631 | label,
|
@@ -1414,7 +1411,6 @@ a.menu:after, .dropdown-toggle:after {
|
1414 | 1411 | padding: 0;
|
1415 | 1412 | list-style: none;
|
1416 | 1413 | zoom: 1;
|
1417 |
| - margin-bottom: 18px; |
1418 | 1414 | }
|
1419 | 1415 | .tabs:before,
|
1420 | 1416 | .pills:before,
|
@@ -1836,7 +1832,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
1836 | 1832 | -moz-box-shadow: inset 0 1px 0 #ffffff;
|
1837 | 1833 | box-shadow: inset 0 1px 0 #ffffff;
|
1838 | 1834 | zoom: 1;
|
1839 |
| - margin-bottom: 18px; |
1840 | 1835 | margin-bottom: 0;
|
1841 | 1836 | }
|
1842 | 1837 | .modal-footer:before, .modal-footer:after {
|
|
0 commit comments