diff options
| author | Mark Otto <[email protected]> | 2013-07-24 16:31:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-24 16:31:17 -0700 |
| commit | 3080104642cd952d830e534eddd38ec67fee914b (patch) | |
| tree | 052dc08bec2a781cc51126e6fac414e35c1fe150 /customize.html | |
| parent | c63489def3af052b37608442dc5fd1d5c9f7b6c5 (diff) | |
| download | bootstrap-3080104642cd952d830e534eddd38ec67fee914b.tar.xz bootstrap-3080104642cd952d830e534eddd38ec67fee914b.zip | |
make footer border color use header border color in modals
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/customize.html b/customize.html index 6a44630c4..ae8f9a11d 100644 --- a/customize.html +++ b/customize.html @@ -1033,12 +1033,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <label>@modal-content-fallback-border-color</label> <input type="text" placeholder="#999"> <p class="help-block">Modal content border color <strong>for IE8</strong></p> - </div> + </div> <div class="col-lg-4"> <label>@modal-backdrop-bg</label> <input type="text" placeholder="#000"> <p class="help-block">Modal backdrop background color</p> - </div> + </div> <div class="col-lg-4"> <label>@modal-header-border-color</label> <input type="text" placeholder="#e5e5e5"> @@ -1046,9 +1046,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> <div class="col-lg-4"> <label>@modal-footer-border-color</label> - <input type="text" placeholder="#e5e5e5"> + <input type="text" placeholder="@modal-header-border-color"> <p class="help-block">Modal footer border color</p> - </div> + </div> </div> <h2 id="variables-carousel">Carousel</h2> |
