diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/download.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/download.mustache | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/download.html b/docs/download.html index 6aa113001..680e851f9 100644 --- a/docs/download.html +++ b/docs/download.html @@ -335,6 +335,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>Dropdowns</h3> <label>@dropdownBackground</label> 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> |
