2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

move padding from container to body for max-width: 767; responsive layout

This commit is contained in:
Mark Otto
2012-03-05 23:50:03 -08:00
parent 492ccedcab
commit 738fac18de
6 changed files with 28 additions and 2 deletions
+8 -1
View File
@@ -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%;
+5
View File
@@ -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;
}