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/templates | |
| 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/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 1609c02b0..4cc3244f5 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -174,7 +174,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>{{_i}}Fluid grid system{{/i}}</h3> |
