diff options
| author | Mark Otto <[email protected]> | 2016-10-09 13:51:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 13:51:59 -0700 |
| commit | 13cc81c50c473c78e96dc8f5c815782afd81d3b9 (patch) | |
| tree | 9d52aace918b401bd2b78edc55bc30b1b356be8c /docs | |
| parent | 1d0d0dac769cccaa3df62bafb7fb999c2a086adb (diff) | |
| download | bootstrap-13cc81c50c473c78e96dc8f5c815782afd81d3b9.tar.xz bootstrap-13cc81c50c473c78e96dc8f5c815782afd81d3b9.zip | |
Update grid docs mention of gutter width value (no more rems for awhile now)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 0785093ea..5d37880c0 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -112,7 +112,7 @@ See how aspects of the Bootstrap grid system work across multiple devices with a </tr> <tr> <th class="text-nowrap" scope="row">Gutter width</th> - <td colspan="5">1.875rem / 30px (15px on each side of a column)</td> + <td colspan="5">30px (15px on each side of a column)</td> </tr> <tr> <th class="text-nowrap" scope="row">Nestable</th> |
