From 9ce7f22e991804cd08c4dc612cd929d07dc0a28f Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 27 Apr 2013 18:47:47 +0200 Subject: Adding media queries breakpoints variables --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/forms.less') 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 { -- cgit v1.2.3