diff options
| author | Mark Otto <[email protected]> | 2013-08-16 15:16:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 15:16:03 -0700 |
| commit | e4bb388bc91790d2b0a0ff0be1f329945adcc3ff (patch) | |
| tree | c62ecaeb408d219d42927cd064b98e17fdb4787f /less/scaffolding.less | |
| parent | f459d76e388b1d73b8b0065f8fbaf573f7eaed32 (diff) | |
| download | bootstrap-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.less | 2 |
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; |
