]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update forms.less 8454/head
authorBass Jobsen <bass@w3masters.nl>
Thu, 11 Jul 2013 19:24:06 +0000 (21:24 +0200)
committerBass Jobsen <bass@w3masters.nl>
Thu, 11 Jul 2013 19:24:06 +0000 (21:24 +0200)
All variables should be set in variables.less?

less/forms.less

index 2389036daf72d107e5be583e3c753f0f22218049..add42ee9f8ef05db120378d228bbe8a43e75627d 100644 (file)
@@ -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;
   }