diff options
| author | Mark Otto <[email protected]> | 2013-12-14 16:17:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-14 16:17:41 -0800 |
| commit | 4afcebe0e71aafd0cfb501548a6591effdbe2e70 (patch) | |
| tree | 29364a95d381c70806b55f33fb8eec238c8d7a27 /customize.html | |
| parent | 544b8ecab78c322bf826797374c0b10279cedf1f (diff) | |
| parent | b8f9f82d182d8300246ba9c4e75a5db6e77f62d3 (diff) | |
| download | bootstrap-4afcebe0e71aafd0cfb501548a6591effdbe2e70.tar.xz bootstrap-4afcebe0e71aafd0cfb501548a6591effdbe2e70.zip | |
Merge pull request #11286 from BBosman/well-border
Add well-border variable
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 53ed8d710..23616fa20 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> |
