diff options
| author | Mark Otto <[email protected]> | 2013-08-12 15:02:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 15:02:09 -0700 |
| commit | 394f6980567c0adcb80553e2b510abab588d4c53 (patch) | |
| tree | afcf7bf8f9b5819a69709376b1e1e1d0d1b15b28 /less | |
| parent | 8a669bea2e82c2ba1f02b3232b41a2fb26661091 (diff) | |
| download | bootstrap-394f6980567c0adcb80553e2b510abab588d4c53.tar.xz bootstrap-394f6980567c0adcb80553e2b510abab588d4c53.zip | |
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)
Diffstat (limited to 'less')
| -rw-r--r-- | less/grid.less | 4 |
1 files changed, 0 insertions, 4 deletions
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)); } |
