Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2013-12-15 04:17:41 +0400
committerMark Otto <markdotto@gmail.com>2013-12-15 04:17:41 +0400
commit4afcebe0e71aafd0cfb501548a6591effdbe2e70 (patch)
tree29364a95d381c70806b55f33fb8eec238c8d7a27 /customize.html
parent544b8ecab78c322bf826797374c0b10279cedf1f (diff)
parentb8f9f82d182d8300246ba9c4e75a5db6e77f62d3 (diff)
Merge pull request #11286 from BBosman/well-border
Add well-border variable
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/customize.html b/customize.html
index 53ed8d710f..23616fa205 100644
--- a/customize.html
+++ b/customize.html
@@ -1147,6 +1147,8 @@ base_url: "../"
<h3>Wells</h3>
<label>@well-bg</label>
<input type="text" class="form-control" placeholder="#f5f5f5" data-var="@well-bg">
+ <label>@well-border</label>
+ <input type="text" class="form-control" placeholder="darken(@well-bg, 7%)" data-var="@well-border">
<h2 id="variables-accordion">Accordion</h2>