diff options
| author | Mark Otto <[email protected]> | 2013-07-11 14:16:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-11 14:16:58 -0700 |
| commit | cb117c62eb4cf2f89bcf20f208e4fb7ce9fee114 (patch) | |
| tree | 350a0c503d015171eadbc9829b668dd9c56db355 | |
| parent | 9efab70c93498267978d3fe986ed62f21e731ce7 (diff) | |
| parent | 3a17578a94427b51841676a75128ba7dc204f1d2 (diff) | |
| download | bootstrap-cb117c62eb4cf2f89bcf20f208e4fb7ce9fee114.tar.xz bootstrap-cb117c62eb4cf2f89bcf20f208e4fb7ce9fee114.zip | |
Merge pull request #8454 from bassjobsen/patch-2
Update forms.less
| -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 2389036da..add42ee9f 100644 --- a/less/forms.less +++ b/less/forms.less @@ -437,7 +437,7 @@ input[type="color"] { } // Only right align form labels here when the columns stop stacking -@media (min-width: 768px) { +@media (min-width: @screen-tablet) { .form-horizontal .control-label { text-align: right; } |
