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) --- dist/css/bootstrap.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4094741ca..e39beb570 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -951,9 +951,6 @@ pre code { .col-sm-12 { width: 100%; } -} - -@media (min-width: 768px) and (max-width: 991px) { .col-sm-push-1 { left: 8.333333333333332%; } @@ -1109,9 +1106,6 @@ pre code { .col-md-12 { width: 100%; } -} - -@media (min-width: 992px) and (max-width: 1199px) { .col-md-push-1 { left: 8.333333333333332%; } -- cgit v1.2.3