diff options
| author | Mark Otto <[email protected]> | 2013-06-25 17:10:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-25 17:10:59 -0700 |
| commit | 2da485d6bbd7dbbc005d671cbcdfef9328f135b5 (patch) | |
| tree | 9e277a747450890d6937c742f3b9a1770486129e | |
| parent | 5c9bd469ae70a6a9c3ada7a276f5e398860a8ee5 (diff) | |
| parent | 64a01f01cb470a8c69e918c3086a03af700ebbba (diff) | |
| download | bootstrap-2da485d6bbd7dbbc005d671cbcdfef9328f135b5.tar.xz bootstrap-2da485d6bbd7dbbc005d671cbcdfef9328f135b5.zip | |
Merge pull request #8299 from cvrebert/patch-1
Spelling in comment
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 912487610..97fbad4cc 100644 --- a/less/forms.less +++ b/less/forms.less @@ -425,7 +425,7 @@ input[type="color"] { } } -// Only right aline form labels here when the columns stop stacking +// Only right align form labels here when the columns stop stacking @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; |
