diff options
| author | Mark Otto <[email protected]> | 2013-04-30 19:35:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-30 19:35:52 -0700 |
| commit | 47155e8aa38856ff928be02b33454ae79d84aa2e (patch) | |
| tree | df7d154948328280cd8020986a3acedb28b32834 /docs/assets | |
| parent | 0780faad45d106fbe8bd0de64e1cdfb3d6117d0e (diff) | |
| download | bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.tar.xz bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.zip | |
outdent the rows for tablets and above
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 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) { |
