diff options
| author | Mark Otto <[email protected]> | 2017-10-15 15:51:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-15 15:51:44 -0700 |
| commit | 7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79 (patch) | |
| tree | 6ad4504f7167b309dc0bb1558270fc615abea1eb /dist/css/bootstrap-grid.css | |
| parent | 3ccb7ef16ad2fa858c767128a5414a0b1bd7fa30 (diff) | |
| download | bootstrap-7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79.tar.xz bootstrap-7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 75d7f269a..89b9ee453 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -409,7 +409,7 @@ html { order: 12; } .offset-sm-0 { - margin-left: 0%; + margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; @@ -573,7 +573,7 @@ html { order: 12; } .offset-md-0 { - margin-left: 0%; + margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; @@ -737,7 +737,7 @@ html { order: 12; } .offset-lg-0 { - margin-left: 0%; + margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; @@ -901,7 +901,7 @@ html { order: 12; } .offset-xl-0 { - margin-left: 0%; + margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; |
