aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 15:09:57 -0800
committerMark Otto <[email protected]>2012-11-30 15:09:57 -0800
commit0ef347706c7585cb2a53fa99b03d59e18908fee1 (patch)
tree0e744e5616f92928c0ecb9ab9ce4d5e4a825b7ae /docs/templates
parent9239bfbc7bbd549d987da03046399dd5fcbd5f7f (diff)
downloadbootstrap-0ef347706c7585cb2a53fa99b03d59e18908fee1.tar.xz
bootstrap-0ef347706c7585cb2a53fa99b03d59e18908fee1.zip
more vars changing
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 -->