aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 23:50:03 -0800
committerMark Otto <[email protected]>2012-03-05 23:50:03 -0800
commit738fac18de63275fbac8e1f81d60121eff557fd3 (patch)
treef9597e23dbdd9128cc95a0c4e29935c43cf151a2 /docs/assets/css
parent492ccedcabed8303a9a1cda8a09f6dbd40405553 (diff)
downloadbootstrap-738fac18de63275fbac8e1f81d60121eff557fd3.tar.xz
bootstrap-738fac18de63275fbac8e1f81d60121eff557fd3.zip
move padding from container to body for max-width: 767; responsive layout
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css9
-rw-r--r--docs/assets/css/bootstrap.css5
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index c327f7f07..f087b7373 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -141,9 +141,16 @@
}
}
@media (max-width: 767px) {
+ body {
+ padding-left: 20px;
+ padding-right: 20px;
+ }
+ .navbar-fixed-top {
+ margin-left: -20px;
+ margin-right: -20px;
+ }
.container {
width: auto;
- padding: 0 20px;
}
.row-fluid {
width: 100%;
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index a2d178eb4..ef60ecf47 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3002,6 +3002,11 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
.pager .previous a {
float: left;
}
+.pager .disabled a, .pager .disabled a:hover {
+ color: #999999;
+ background-color: #fff;
+ cursor: default;
+}
.modal-open .dropdown-menu {
z-index: 2050;
}