diff options
| author | Mark Otto <[email protected]> | 2013-06-23 15:15:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-23 15:15:42 -0700 |
| commit | 573a19741770338b9e08838d908f51b7a82cddd3 (patch) | |
| tree | 428b48d70750a2dbd6598aa0b9531a574ac729dc /docs/assets/css/bootstrap.css | |
| parent | 164e88781bc4437d654ab458e6393a8d15807d37 (diff) | |
| download | bootstrap-573a19741770338b9e08838d908f51b7a82cddd3.tar.xz bootstrap-573a19741770338b9e08838d908f51b7a82cddd3.zip | |
Move grid offsets to desktop only (fixes #8229)
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 48d6815b2..b7e026dbb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -933,39 +933,6 @@ pre code { .col-sm-12 { width: 100%; } - .col-offset-1 { - margin-left: 8.333333333333332%; - } - .col-offset-2 { - margin-left: 16.666666666666664%; - } - .col-offset-3 { - margin-left: 25%; - } - .col-offset-4 { - margin-left: 33.33333333333333%; - } - .col-offset-5 { - margin-left: 41.66666666666667%; - } - .col-offset-6 { - margin-left: 50%; - } - .col-offset-7 { - margin-left: 58.333333333333336%; - } - .col-offset-8 { - margin-left: 66.66666666666666%; - } - .col-offset-9 { - margin-left: 75%; - } - .col-offset-10 { - margin-left: 83.33333333333334%; - } - .col-offset-11 { - margin-left: 91.66666666666666%; - } .col-push-1 { left: 8.333333333333332%; } @@ -1088,6 +1055,39 @@ pre code { .col-lg-12 { width: 100%; } + .col-offset-1 { + margin-left: 8.333333333333332%; + } + .col-offset-2 { + margin-left: 16.666666666666664%; + } + .col-offset-3 { + margin-left: 25%; + } + .col-offset-4 { + margin-left: 33.33333333333333%; + } + .col-offset-5 { + margin-left: 41.66666666666667%; + } + .col-offset-6 { + margin-left: 50%; + } + .col-offset-7 { + margin-left: 58.333333333333336%; + } + .col-offset-8 { + margin-left: 66.66666666666666%; + } + .col-offset-9 { + margin-left: 75%; + } + .col-offset-10 { + margin-left: 83.33333333333334%; + } + .col-offset-11 { + margin-left: 91.66666666666666%; + } } @media (min-width: 1200px) { |
