aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-08-18 21:29:46 -0700
committerJacob Thornton <[email protected]>2013-08-18 21:29:46 -0700
commit1aa0eb32e3dc652afd0a1d59bb92f45d366b0c0d (patch)
tree4e0b17af8deaf19f1cb97ca155835b37bd84ab10 /customize.html
parentf584500211af84038bcff9b363343eb02cda6ccd (diff)
downloadbootstrap-1aa0eb32e3dc652afd0a1d59bb92f45d366b0c0d.tar.xz
bootstrap-1aa0eb32e3dc652afd0a1d59bb92f45d366b0c0d.zip
catch a view data-vars
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/customize.html b/customize.html
index b1f662cfe..ca044c035 100644
--- a/customize.html
+++ b/customize.html
@@ -651,9 +651,9 @@ base_url: "../"
<p>Define alert colors, border radius, and padding.</p>
<h4>Border radius</h4>
<label>@alert-padding</label>
- <input type="text" class="form-control" placeholder="15px">
+ <input type="text" class="form-control" placeholder="15px" data-var="@alert-padding">
<label>@alert-border-radius</label>
- <input type="text" class="form-control" placeholder="@border-radius-base">
+ <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@alert-border-radius">
<div class="row">
<div class="col-lg-6">
<h4>Default (Warning)</h4>
@@ -999,7 +999,7 @@ base_url: "../"
<h3>Wells</h3>
<label>@well-bg</label>
- <input type="text" class="form-control" placeholder="#f5f5f5">
+ <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@well-bg">
<h2 id="variables-accordion">Accordion</h2>
<label>@accordion-border-bg</label>