aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/customize.mustache10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache
index f9928f5b9..b25a474d2 100644
--- a/docs/templates/pages/customize.mustache
+++ b/docs/templates/pages/customize.mustache
@@ -355,15 +355,15 @@
<input type="text" class="span3" placeholder="@navbarCollapseWidth + 1">
<h3>{{_i}}Dropdowns{{/i}}</h3>
- <label>@dropdownBackground</label>
+ <label>@dropdown-background</label>
<input type="text" class="span3" placeholder="#fff">
- <label>@dropdownBorder</label>
+ <label>@dropdown-border</label>
<input type="text" class="span3" placeholder="rgba(0,0,0,.2)">
- <label>@dropdownLinkColor</label>
+ <label>@dropdown-link-color</label>
<input type="text" class="span3" placeholder="@grayDark">
- <label>@dropdownLinkColorHover</label>
+ <label>@dropdown-link-color-hover</label>
<input type="text" class="span3" placeholder="#fff">
- <label>@dropdownLinkBackgroundHover</label>
+ <label>@dropdown-link-background-hover</label>
<input type="text" class="span3" placeholder="@link-color">
</div><!-- /span -->
</div><!-- /row -->