diff options
| author | Mark Otto <[email protected]> | 2012-07-13 14:43:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-13 14:43:51 -0700 |
| commit | 750badabf760d7fb0a68a1a214442ecbdff8a16c (patch) | |
| tree | 26f4ab15bff09558bc42d1a5008dcdd536ecad49 /docs/templates | |
| parent | 463de252a9d695d6b52045e5e7df4e7b82ffb116 (diff) | |
| download | bootstrap-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.mustache | 2 |
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> |
