From 3a17578a94427b51841676a75128ba7dc204f1d2 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Thu, 11 Jul 2013 21:24:06 +0200 Subject: [PATCH] Update forms.less All variables should be set in variables.less? --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index 2389036daf..add42ee9f8 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; }