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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 0 insertions, 6 deletions
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%; } |
