2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +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
+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;
}