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 | |
| 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')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52238 -> 52238 bytes | |||
| -rw-r--r-- | docs/download.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 250a05a55..300737ac4 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> 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> |
