aboutsummaryrefslogtreecommitdiff
path: root/less/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-16 15:16:03 -0700
committerMark Otto <[email protected]>2013-08-16 15:16:03 -0700
commite4bb388bc91790d2b0a0ff0be1f329945adcc3ff (patch)
treec62ecaeb408d219d42927cd064b98e17fdb4787f /less/scaffolding.less
parentf459d76e388b1d73b8b0065f8fbaf573f7eaed32 (diff)
downloadbootstrap-e4bb388bc91790d2b0a0ff0be1f329945adcc3ff.tar.xz
bootstrap-e4bb388bc91790d2b0a0ff0be1f329945adcc3ff.zip
Make negative margins on rows the default, not just in containers, and add padding to body to compensate
Diffstat (limited to 'less/scaffolding.less')
-rw-r--r--less/scaffolding.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 3a6ed3d99..eb6f1364d 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -22,6 +22,8 @@ html {
}
body {
+ padding-left: (@grid-gutter-width / 2);
+ padding-right: (@grid-gutter-width / 2);
font-family: @font-family-base;
font-size: @font-size-base;
line-height: @line-height-base;