2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

deprecate @screen-{phone,tablet,desktop} vars

This commit is contained in:
Chris Rebert
2013-08-21 12:26:20 -07:00
parent c429fd1a3c
commit 22ce649910
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -289,7 +289,7 @@ input[type="checkbox"],
.form-inline {
// Kick in the inline
@media (min-width: @screen-tablet) {
@media (min-width: @screen-sm) {
// Inline-block all the things for "inline"
.form-group {
display: inline-block;
@@ -345,7 +345,7 @@ input[type="checkbox"],
}
// Only right align form labels here when the columns stop stacking
@media (min-width: @screen-tablet) {
@media (min-width: @screen-sm) {
.control-label {
text-align: right;
}