diff options
| author | Mark Otto <[email protected]> | 2013-08-15 20:31:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 20:31:11 -0700 |
| commit | 111bdc4e93ffd61b08736e7ec87699dc4a8d3ca2 (patch) | |
| tree | c64e334851095709f78bb39dad761bac687c4fe2 /dist/css/bootstrap.css | |
| parent | 0c582f722bf5e6430166ef0adb8d4c79948aeea5 (diff) | |
| download | bootstrap-111bdc4e93ffd61b08736e7ec87699dc4a8d3ca2.tar.xz bootstrap-111bdc4e93ffd61b08736e7ec87699dc4a8d3ca2.zip | |
fixes #9663: second part, reset pushes and pulls in md and lg grid tiers
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 52f8b8575..958e9302f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1112,6 +1112,9 @@ pre code { .col-md-12 { width: 100%; } + .col-md-push-0 { + left: auto; + } .col-md-push-1 { left: 8.333333333333332%; } @@ -1145,6 +1148,9 @@ pre code { .col-md-push-11 { left: 91.66666666666666%; } + .col-md-pull-0 { + right: auto; + } .col-md-pull-1 { right: 8.333333333333332%; } @@ -1269,6 +1275,9 @@ pre code { .col-lg-12 { width: 100%; } + .col-lg-push-0 { + left: auto; + } .col-lg-push-1 { left: 8.333333333333332%; } @@ -1302,6 +1311,9 @@ pre code { .col-lg-push-11 { left: 91.66666666666666%; } + .col-lg-pull-0 { + right: auto; + } .col-lg-pull-1 { right: 8.333333333333332%; } |
