From: Mark Otto Date: Wed, 1 May 2013 02:35:52 +0000 (-0700) Subject: outdent the rows for tablets and above X-Git-Tag: v3.0.0-rc1~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47155e8aa38856ff928be02b33454ae79d84aa2e;p=thirdparty%2Fbootstrap.git outdent the rows for tablets and above --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7b3575426c..1f338a871e 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 70c3049680..a39d38b2e2 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