diff options
| author | Mark Otto <[email protected]> | 2017-01-05 14:53:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-05 14:53:08 -0800 |
| commit | 0c12ccbeb6fdf0dd3818f97260aa43c79108d377 (patch) | |
| tree | 0c0c0636c91c6ebed1b04dbe21bd00370761c501 /docs/dist/css/bootstrap-grid.css | |
| parent | 5d7db507396275fcda96935aff47b09e1d79ddc1 (diff) | |
| parent | 43d9391fba015f13f06f3af4dc6f5a8205cb548b (diff) | |
| download | bootstrap-0c12ccbeb6fdf0dd3818f97260aa43c79108d377.tar.xz bootstrap-0c12ccbeb6fdf0dd3818f97260aa43c79108d377.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/dist/css/bootstrap-grid.css')
| -rw-r--r-- | docs/dist/css/bootstrap-grid.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap-grid.css b/docs/dist/css/bootstrap-grid.css index b5805a860..916ec629c 100644 --- a/docs/dist/css/bootstrap-grid.css +++ b/docs/dist/css/bootstrap-grid.css @@ -16,6 +16,7 @@ html { } .container { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; @@ -79,6 +80,7 @@ html { } .container-fluid { + position: relative; margin-left: auto; margin-right: auto; padding-right: 15px; |
