diff options
| author | Mark Otto <[email protected]> | 2012-01-30 10:01:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 10:01:02 -0800 |
| commit | 74f2a89611b818fda662dbbbb5d978549cae14c2 (patch) | |
| tree | 1d30a59eaa84b20fcfa6b1a9a00f97d8c1e986b3 /docs/download.html | |
| parent | e94e0f1cf94e8232933a05cfe61efdb49dd64249 (diff) | |
| download | bootstrap-74f2a89611b818fda662dbbbb5d978549cae14c2.tar.xz bootstrap-74f2a89611b818fda662dbbbb5d978549cae14c2.zip | |
fix wrong value in grid column width in download page
Diffstat (limited to 'docs/download.html')
| -rw-r--r-- | docs/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/download.html b/docs/download.html index f52ee6a72..e2cc50836 100644 --- a/docs/download.html +++ b/docs/download.html @@ -250,7 +250,7 @@ <label>@gridColumns</label> <input type="text" class="span3" placeholder="12"> <label>@gridColumnWidth</label> - <input type="text" class="span3" placeholder="40px"> + <input type="text" class="span3" placeholder="60px"> <label>@gridGutterWidth</label> <input type="text" class="span3" placeholder="20px"> <h3>Fluid grid system</h3> |
