Update forms.less

All variables should be set in variables.less?
This commit is contained in:
Bass Jobsen 2013-07-11 21:24:06 +02:00
parent 606d6e81d4
commit 3a17578a94
1 changed files with 1 additions and 1 deletions

View 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;
}