diff options
| author | Mark Otto <[email protected]> | 2013-05-16 21:03:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 21:03:56 -0700 |
| commit | 5fbb9e9f5d241744dc2e2cbd1bfd8676c566f22d (patch) | |
| tree | 5e7bc7970d2e287cf7a0e3d17d27d8db30a09214 /docs/assets | |
| parent | e94e5e8b40b53a71b38d938aee4d4d3429477f4e (diff) | |
| download | bootstrap-5fbb9e9f5d241744dc2e2cbd1bfd8676c566f22d.tar.xz bootstrap-5fbb9e9f5d241744dc2e2cbd1bfd8676c566f22d.zip | |
More row change ups:
* No more negative side margins
* However, keep the negative margin for nested rows
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 04b72bd43..d9efc0f82 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -976,10 +976,6 @@ pre code { .container { max-width: 728px; } - .row { - margin-right: -15px; - margin-left: -15px; - } } @media screen and (min-width: 992px) { |
