From 394f6980567c0adcb80553e2b510abab588d4c53 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 15:02:09 -0700 Subject: undo the grid max-width boundary because it makes offsets kinda borked (you'd have to set twice, for medium and large, in most cases--and that sucks) --- less/grid.less | 4 ---- 1 file changed, 4 deletions(-) (limited to 'less') diff --git a/less/grid.less b/less/grid.less index f02bc7148..f476a2b03 100644 --- a/less/grid.less +++ b/less/grid.less @@ -140,9 +140,7 @@ .col-sm-10 { width: percentage((10/ @grid-columns)); } .col-sm-11 { width: percentage((11/ @grid-columns)); } .col-sm-12 { width: 100%; } -} -@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) { // Push and pull columns for source order changes .col-sm-push-1 { left: percentage((1 / @grid-columns)); } .col-sm-push-2 { left: percentage((2 / @grid-columns)); } @@ -217,9 +215,7 @@ .col-md-10 { width: percentage((10/ @grid-columns)); } .col-md-11 { width: percentage((11/ @grid-columns)); } .col-md-12 { width: 100%; } -} -@media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) { // Push and pull columns for source order changes .col-md-push-1 { left: percentage((1 / @grid-columns)); } .col-md-push-2 { left: percentage((2 / @grid-columns)); } -- cgit v1.2.3