0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00

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

View File

@ -437,7 +437,7 @@ input[type="color"] {
} }
// Only right align form labels here when the columns stop stacking // Only right align form labels here when the columns stop stacking
@media (min-width: 768px) { @media (min-width: @screen-tablet) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right; text-align: right;
} }