Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-28 10:56:00 +0400
committerMark Otto <markotto@twitter.com>2012-06-28 10:56:00 +0400
commita683497dbc0f9cc3f883f195206e87589d09caaf (patch)
tree592eaf78be164666eb02fe54e0416e5e3c42f883 /docs/templates/layout.mustache
parentb77ed4a3a3c47af057e16db93ef41023d1cc5e08 (diff)
renamed less.html to extend.html, removing all the vars and mixins
Diffstat (limited to 'docs/templates/layout.mustache')
-rw-r--r--docs/templates/layout.mustache6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index eeda3c2c43..1cda879541 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -69,9 +69,6 @@
<li class="{{javascript}}">
<a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
</li>
- <li class="{{less}}">
- <a href="./less.html">{{_i}}LESS{{/i}}</a>
- </li>
<li class="divider-vertical"></li>
<li class="{{download}}">
<a href="./download.html">{{_i}}Customize{{/i}}</a>
@@ -79,6 +76,9 @@
<li class="{{examples}}">
<a href="./examples.html">{{_i}}Examples{{/i}}</a>
</li>
+ <li class="{{less}}">
+ <a href="./extend.html">{{_i}}Extend{{/i}}</a>
+ </li>
</ul>
</div>
</div>