aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 15:02:09 -0700
committerMark Otto <[email protected]>2013-08-12 15:02:09 -0700
commit394f6980567c0adcb80553e2b510abab588d4c53 (patch)
treeafcf7bf8f9b5819a69709376b1e1e1d0d1b15b28 /dist/css/bootstrap.css
parent8a669bea2e82c2ba1f02b3232b41a2fb26661091 (diff)
downloadbootstrap-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.css6
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%;
}