aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-02 15:33:42 -0700
committerMark Otto <[email protected]>2013-06-02 15:33:42 -0700
commit21441f129259b17c6112d923dc93d4fc4577e49b (patch)
tree77ef97bfb34b1557845978f7d9a7d652d76e798e /docs/assets/css/bootstrap.css
parent4e4e75d4acadb5283aec23ea4643058f0b48380e (diff)
downloadbootstrap-21441f129259b17c6112d923dc93d4fc4577e49b.tar.xz
bootstrap-21441f129259b17c6112d923dc93d4fc4577e49b.zip
Move the grid offset, push, and pull classes to be tablets-up instead of desktop-up
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css72
1 files changed, 36 insertions, 36 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 938ddc14b..fb11fc29c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -883,42 +883,6 @@ pre code {
.col-md-11 {
width: 0.9166666666666666;
}
-}
-
-@media (min-width: 992px) {
- .col-lg-1 {
- width: 8.333333333333332%;
- }
- .col-lg-2 {
- width: 16.666666666666664%;
- }
- .col-lg-3 {
- width: 25%;
- }
- .col-lg-4 {
- width: 33.33333333333333%;
- }
- .col-lg-5 {
- width: 41.66666666666667%;
- }
- .col-lg-6 {
- width: 50%;
- }
- .col-lg-7 {
- width: 58.333333333333336%;
- }
- .col-lg-8 {
- width: 66.66666666666666%;
- }
- .col-lg-9 {
- width: 75%;
- }
- .col-lg-10 {
- width: 83.33333333333334%;
- }
- .col-lg-11 {
- width: 91.66666666666666%;
- }
.col-offset-1 {
margin-left: 8.333333333333332%;
}
@@ -1020,6 +984,42 @@ pre code {
}
}
+@media (min-width: 992px) {
+ .col-lg-1 {
+ width: 8.333333333333332%;
+ }
+ .col-lg-2 {
+ width: 16.666666666666664%;
+ }
+ .col-lg-3 {
+ width: 25%;
+ }
+ .col-lg-4 {
+ width: 33.33333333333333%;
+ }
+ .col-lg-5 {
+ width: 41.66666666666667%;
+ }
+ .col-lg-6 {
+ width: 50%;
+ }
+ .col-lg-7 {
+ width: 58.333333333333336%;
+ }
+ .col-lg-8 {
+ width: 66.66666666666666%;
+ }
+ .col-lg-9 {
+ width: 75%;
+ }
+ .col-lg-10 {
+ width: 83.33333333333334%;
+ }
+ .col-lg-11 {
+ width: 91.66666666666666%;
+ }
+}
+
@media screen and (min-width: 768px) {
.container {
max-width: 728px;