diff options
| author | ctalkington <[email protected]> | 2012-03-15 14:39:28 -0500 |
|---|---|---|
| committer | ctalkington <[email protected]> | 2012-03-15 14:39:28 -0500 |
| commit | 99e96f64f7dbaba8c83d7d69e64247969765b9e8 (patch) | |
| tree | 8847c2290aa61483eb509e8eb6a65a594b668b3b /docs/templates | |
| parent | bf09c979ca8f8275806e8ca3eef57ad484b2951e (diff) | |
| download | bootstrap-99e96f64f7dbaba8c83d7d69e64247969765b9e8.tar.xz bootstrap-99e96f64f7dbaba8c83d7d69e64247969765b9e8.zip | |
update docs to match variable addition.
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 87fdc6a38..c7f6cfab8 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -259,6 +259,8 @@ <input type="text" class="span3" placeholder="darken(@navbarSearchBackground, 30%)"> <label>@navbarSearchPlaceholderColor</label> <input type="text" class="span3" placeholder="#ccc"> + <label>@navbarBrandColor</label> + <input type="text" class="span3" placeholder="@navbarLinkColor"> <h3>{{_i}}Dropdowns{{/i}}</h3> <label>@dropdownBackground</label> |
