|
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: Thu Sep 22 12:52:42 PDT 2011 |
| 9 | + * Date: Mon Oct 3 21:43:20 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).
|
@@ -173,7 +173,7 @@ textarea {
|
173 | 173 | /* Variables.less
|
174 | 174 | * Variables to customize the look and feel of Bootstrap
|
175 | 175 | * ----------------------------------------------------- */
|
176 |
| -/* Variables.less |
| 176 | +/* Mixins.less |
177 | 177 | * Snippets of reusable CSS to develop faster and keep code readable
|
178 | 178 | * ----------------------------------------------------------------- */
|
179 | 179 | /*
|
@@ -719,30 +719,30 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
|
719 | 719 | box-shadow: none;
|
720 | 720 | outline: 1px dotted #666;
|
721 | 721 | }
|
722 |
| -form div.clearfix.error { |
| 722 | +form .clearfix.error { |
723 | 723 | background: #fae5e3;
|
724 | 724 | padding: 10px 0;
|
725 |
| - margin: -10px 0 10px; |
| 725 | + margin: 10px 0; |
726 | 726 | -webkit-border-radius: 4px;
|
727 | 727 | -moz-border-radius: 4px;
|
728 | 728 | border-radius: 4px;
|
729 | 729 | }
|
730 |
| -form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block { |
| 730 | +form .clearfix.error > label, form .clearfix.error span.help-inline, form .clearfix.error span.help-block { |
731 | 731 | color: #9d261d;
|
732 | 732 | }
|
733 |
| -form div.clearfix.error input, form div.clearfix.error textarea { |
| 733 | +form .clearfix.error input, form .clearfix.error textarea { |
734 | 734 | border-color: #c87872;
|
735 | 735 | -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
736 | 736 | -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
737 | 737 | box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
|
738 | 738 | }
|
739 |
| -form div.clearfix.error input:focus, form div.clearfix.error textarea:focus { |
| 739 | +form .clearfix.error input:focus, form .clearfix.error textarea:focus { |
740 | 740 | border-color: #b9554d;
|
741 | 741 | -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
742 | 742 | -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
743 | 743 | box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
|
744 | 744 | }
|
745 |
| -form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on { |
| 745 | +form .clearfix.error .input-prepend span.add-on, form .clearfix.error .input-append span.add-on { |
746 | 746 | background: #f4c8c5;
|
747 | 747 | border-color: #c87872;
|
748 | 748 | color: #b9554d;
|
|
0 commit comments