diff options
| author | Mark Otto <[email protected]> | 2016-12-28 20:50:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 20:50:01 -0800 |
| commit | 76d8291e3846d95b40dc4509a2e1bf36b0681a28 (patch) | |
| tree | 1542ec29214338841497f0de91f0031c9ef2805e /docs/dist/css/bootstrap-grid.css | |
| parent | d9fcdcfa767c7579e90e334f42457b9b5378f67d (diff) | |
| download | bootstrap-76d8291e3846d95b40dc4509a2e1bf36b0681a28.tar.xz bootstrap-76d8291e3846d95b40dc4509a2e1bf36b0681a28.zip | |
grunt
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; |
