diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:23:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:23:13 -0800 |
| commit | 01421ecd62c0f3013f881ad3fcde10769d7328ec (patch) | |
| tree | 7d5620ed6b32b5ce7dc1a9adf96bcbf1443f4377 /docs | |
| parent | 12a00f62a9a9915479767807ab03ba5ac19a4cef (diff) | |
| download | bootstrap-01421ecd62c0f3013f881ad3fcde10769d7328ec.tar.xz bootstrap-01421ecd62c0f3013f881ad3fcde10769d7328ec.zip | |
remove sprites vars, change zindex vars
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/docs/customize.html b/docs/customize.html index 277d9701a..4955471a1 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -248,12 +248,6 @@ <label>@link-color-hover</label> <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> - <h3>Sprites</h3> - <label>@iconSpritePath</label> - <input type="text" class="span3" placeholder="'../img/glyphicons-halflings.png'"> - <label>@iconWhiteSpritePath</label> - <input type="text" class="span3" placeholder="'../img/glyphicons-halflings-white.png'"> - <h3>Grid system</h3> <label>@gridColumns</label> <input type="text" class="span3" placeholder="12"> diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index b91848676..e05502f5b 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -180,12 +180,6 @@ <label>@link-color-hover</label> <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> - <h3>{{_i}}Sprites{{/i}}</h3> - <label>@iconSpritePath</label> - <input type="text" class="span3" placeholder="'../img/glyphicons-halflings.png'"> - <label>@iconWhiteSpritePath</label> - <input type="text" class="span3" placeholder="'../img/glyphicons-halflings-white.png'"> - <h3>{{_i}}Grid system{{/i}}</h3> <label>@gridColumns</label> <input type="text" class="span3" placeholder="12"> |
