vendor/assets/stylesheets/twbs/bootstrap/grid.less in twbs_sass_rails-0.1.0 vs vendor/assets/stylesheets/twbs/bootstrap/grid.less in twbs_sass_rails-0.2.0
- old
+ new
@@ -74,11 +74,11 @@
// Extra small grid
//
// Grid classes for extra small devices like smartphones. No offset, push, or
// pull classes are present here due to the size of the target.
//
-// Note that `.col-xs-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-xs-12` doesn't get floated on purpose--there's no need since
// it's full-width.
.col-xs-1,
.col-xs-2,
.col-xs-3,
@@ -109,16 +109,16 @@
// Small grid
//
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.
//
-// Note that `.col-sm-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-sm-12` doesn't get floated on purpose--there's no need since
// it's full-width.
@media (min-width: @screen-sm) {
.container {
- max-width: @container-tablet;
+ width: @container-sm;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
@@ -187,16 +187,16 @@
// Medium grid
//
// Columns, offsets, pushes, and pulls for the desktop device range.
//
-// Note that `.col-md-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-md-12` doesn't get floated on purpose--there's no need since
// it's full-width.
@media (min-width: @screen-md) {
.container {
- max-width: @container-desktop;
+ width: @container-md;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
@@ -267,15 +267,15 @@
// Large grid
//
// Columns, offsets, pushes, and pulls for the large desktop device range.
//
-// Note that `.col-lg-12` doesn't get floated on purpose—there's no need since
+// Note that `.col-lg-12` doesn't get floated on purpose--there's no need since
// it's full-width.
-@media (min-width: @screen-lg-desktop) {
+@media (min-width: @screen-lg-min) {
.container {
- max-width: @container-lg-desktop;
+ width: @container-lg;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,