aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-13 14:43:51 -0700
committerMark Otto <[email protected]>2012-07-13 14:43:51 -0700
commit750badabf760d7fb0a68a1a214442ecbdff8a16c (patch)
tree26f4ab15bff09558bc42d1a5008dcdd536ecad49 /docs/templates
parent463de252a9d695d6b52045e5e7df4e7b82ffb116 (diff)
downloadbootstrap-750badabf760d7fb0a68a1a214442ecbdff8a16c.tar.xz
bootstrap-750badabf760d7fb0a68a1a214442ecbdff8a16c.zip
copy edits and tweaks to utility classes to ensure they always are specific enough
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/layout.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 6ba72e841..3366179de 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -72,7 +72,7 @@
<li class="{{javascript}}">
<a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
</li>
- <li class="{{less}}">
+ <li class="{{extend}}">
<a href="./extend.html">{{_i}}Extend{{/i}}</a>
</li>
</ul>