diff options
| author | Mark Otto <[email protected]> | 2011-06-27 16:47:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-27 16:47:12 -0700 |
| commit | dd769f9a6e4419f0588a4c947961ae148fdb3671 (patch) | |
| tree | 037cef120c738f48799141f644016c8978aca014 /lib/forms.less | |
| parent | b9e28e48a8ef480eff3420896d92b130ae6496a5 (diff) | |
| download | bootstrap-dd769f9a6e4419f0588a4c947961ae148fdb3671.tar.xz bootstrap-dd769f9a6e4419f0588a4c947961ae148fdb3671.zip | |
update to use latest version of bootstrap, docs cleanup, etc
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/forms.less b/lib/forms.less index 59dae9241..3718b2f73 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -18,7 +18,7 @@ form { margin-left: 150px; font-size: 20px; line-height: 1; - color: @gray-dark; + color: @grayDark; } } // Parent element that clears floats and wraps labels and fields together @@ -27,7 +27,7 @@ form { } // Set font for forms label, input, select, textarea { - .sans-serif(normal,13px,normal); + #font > .sans-serif(normal,13px,normal); } // Float labels left label { @@ -177,7 +177,7 @@ div.actions { .help-block { font-size: 12px; line-height: @baseline; - color: @gray-light; + color: @grayLight; } .help-inline { padding-left: 5px; @@ -196,7 +196,7 @@ div.actions { margin-bottom: 0; font-size: 12px; line-height: @baseline; - color: @gray-light; + color: @grayLight; } ol { margin-bottom: 10px; @@ -234,7 +234,7 @@ div.input-append { width: auto; min-width: 16px; padding: 5px 4px 5px 5px; - color: @gray-light; + color: @grayLight; font-weight: normal; line-height: 18px; height: 18px; |
