aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-10-25 14:08:06 +0300
committerXhmikosR <[email protected]>2014-10-25 14:12:21 +0300
commitdb550a9235745474ebaa839c43dbbe0f46fa7134 (patch)
treef0670bdefb8d09369be2ca9d471ac7ca2e4b320a /docs/_includes
parent0ad97ab4461bdd1d721dcf2f21dd3691dcbea37a (diff)
downloadbootstrap-db550a9235745474ebaa839c43dbbe0f46fa7134.tar.xz
bootstrap-db550a9235745474ebaa839c43dbbe0f46fa7134.zip
Run `grunt`.
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/customizer-variables.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html
index 45ec6b8f6..21a0b8797 100644
--- a/docs/_includes/customizer-variables.html
+++ b/docs/_includes/customizer-variables.html
@@ -71,6 +71,11 @@
<input id="input-@link-hover-color" type="text" value="darken(@link-color, 15%)" data-var="@link-hover-color" class="form-control"/>
<p class="help-block">Link hover color set via <code>darken()</code> function.</p>
</div>
+ <div class="bs-customizer-input">
+ <label for="input-@link-hover-decoration">@link-hover-decoration</label>
+ <input id="input-@link-hover-decoration" type="text" value="underline" data-var="@link-hover-decoration" class="form-control"/>
+ <p class="help-block">Link hover decoration.</p>
+ </div>
</div>
<h2 id="typography">Typography</h2>
<p>Font, line-height, and color for body text, headings, and more.</p>