diff options
| author | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
|---|---|---|
| committer | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
| commit | 9ce7f22e991804cd08c4dc612cd929d07dc0a28f (patch) | |
| tree | a34e28de0477c1f668aef8244d881e00d7cd9391 /less/forms.less | |
| parent | 8ae9c6ab34128ea863343abaeff39ca7c6f4618c (diff) | |
| download | bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.tar.xz bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.zip | |
Adding media queries breakpoints variables
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 e0017fac7..72eab570d 100644 --- a/less/forms.less +++ b/less/forms.less @@ -514,7 +514,7 @@ select:focus:invalid { // Horizontal forms // -------------------------------------------------- -@media screen and (min-width: 768px) { +@media screen and (min-width: @screen-tablet) { .form-horizontal { |
