diff options
| author | Mark Otto <[email protected]> | 2013-07-15 12:00:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-15 12:00:10 -0700 |
| commit | ced641b1079ae9ab1b59c39ce9edf82b85b3fb37 (patch) | |
| tree | c7ec7a6d4634d4d0bc5532ae22b4355af050daa3 /less/forms.less | |
| parent | 6aec8f36fcb87421f29207af1c6c93448c3a38f8 (diff) | |
| parent | fb75ffca5524fa97b05400e5dad04103ce7f1946 (diff) | |
| download | bootstrap-ced641b1079ae9ab1b59c39ce9edf82b85b3fb37.tar.xz bootstrap-ced641b1079ae9ab1b59c39ce9edf82b85b3fb37.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/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; } |
