aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-30 19:35:52 -0700
committerMark Otto <[email protected]>2013-04-30 19:35:52 -0700
commit47155e8aa38856ff928be02b33454ae79d84aa2e (patch)
treedf7d154948328280cd8020986a3acedb28b32834
parent0780faad45d106fbe8bd0de64e1cdfb3d6117d0e (diff)
downloadbootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.tar.xz
bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.zip
outdent the rows for tablets and above
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/grid.less4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7b3575426..1f338a871 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -992,6 +992,10 @@ pre code {
.container {
max-width: 728px;
}
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
}
@media screen and (min-width: 992px) {
diff --git a/less/grid.less b/less/grid.less
index 70c304968..a39d38b2e 100644
--- a/less/grid.less
+++ b/less/grid.less
@@ -41,6 +41,10 @@
.container {
max-width: 728px;
}
+ .row {
+ margin-left: (@grid-gutter-width / -2);
+ margin-right: (@grid-gutter-width / -2);
+ }
}
// Responsive: Desktops and up