diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 14 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/docs/customize.html b/docs/customize.html index bf564c863..d2a10d1d2 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -249,19 +249,19 @@ <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> <h3>Grid system</h3> - <label>@gridColumns</label> + <label>@grid-columns</label> <input type="text" class="span3" placeholder="12"> - <label>@gridColumnWidth</label> + <label>@grid-column-width</label> <input type="text" class="span3" placeholder="60px"> - <label>@gridGutterWidth</label> + <label>@grid-gutter-width</label> <input type="text" class="span3" placeholder="20px"> - <label>@gridColumnWidth1200</label> + <label>@grid-column-width-1200</label> <input type="text" class="span3" placeholder="70px"> - <label>@gridGutterWidth1200</label> + <label>@grid-gutter-width-1200</label> <input type="text" class="span3" placeholder="30px"> - <label>@gridColumnWidth768</label> + <label>@grid-column-width-768</label> <input type="text" class="span3" placeholder="42px"> - <label>@gridGutterWidth768</label> + <label>@grid-gutter-width-768</label> <input type="text" class="span3" placeholder="20px"> </div><!-- /span --> diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index e3d993153..b0aaf2a55 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -181,19 +181,19 @@ <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> <h3>{{_i}}Grid system{{/i}}</h3> - <label>@gridColumns</label> + <label>@grid-columns</label> <input type="text" class="span3" placeholder="12"> - <label>@gridColumnWidth</label> + <label>@grid-column-width</label> <input type="text" class="span3" placeholder="60px"> - <label>@gridGutterWidth</label> + <label>@grid-gutter-width</label> <input type="text" class="span3" placeholder="20px"> - <label>@gridColumnWidth1200</label> + <label>@grid-column-width-1200</label> <input type="text" class="span3" placeholder="70px"> - <label>@gridGutterWidth1200</label> + <label>@grid-gutter-width-1200</label> <input type="text" class="span3" placeholder="30px"> - <label>@gridColumnWidth768</label> + <label>@grid-column-width-768</label> <input type="text" class="span3" placeholder="42px"> - <label>@gridGutterWidth768</label> + <label>@grid-gutter-width-768</label> <input type="text" class="span3" placeholder="20px"> </div><!-- /span --> |
