diff options
| author | Mark Otto <[email protected]> | 2014-02-22 14:19:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-22 14:19:00 -0800 |
| commit | a083f0deb77dd479a7690a4ab90f73f7f7f375cd (patch) | |
| tree | 85a4566e1da181d5f70ad30f686acd435ae6f049 | |
| parent | 5791a48db393c72cbbf18dc3e1eb2211e8afe490 (diff) | |
| download | bootstrap-a083f0deb77dd479a7690a4ab90f73f7f7f375cd.tar.xz bootstrap-a083f0deb77dd479a7690a4ab90f73f7f7f375cd.zip | |
Fixes #12808: Correct grid column values listed in Grid Options
| -rw-r--r-- | docs/css.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/css.html b/docs/css.html index 32204c4f4..de995e16b 100644 --- a/docs/css.html +++ b/docs/css.html @@ -157,9 +157,9 @@ lead: "Global CSS settings, fundamental HTML elements styled and enhanced with e <tr> <th>Column width</th> <td class="text-muted">Auto</td> - <td>60px</td> - <td>78px</td> - <td>95px</td> + <td>~62px</td> + <td>~81px</td> + <td>~97px</td> </tr> <tr> <th>Gutter width</th> |
