diff options
| author | Mark Otto <[email protected]> | 2013-09-01 10:04:03 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 10:04:03 +0200 |
| commit | e10bf3aa7ffc8a6544d0fff89196e5876d0fc600 (patch) | |
| tree | fc686d23a6d6515e52f916f8ce9c1ed5e2eb754f /customize.html | |
| parent | daa8330b414d5b12e943fd614aaad7a4cd2c0c51 (diff) | |
| download | bootstrap-e10bf3aa7ffc8a6544d0fff89196e5876d0fc600.tar.xz bootstrap-e10bf3aa7ffc8a6544d0fff89196e5876d0fc600.zip | |
finishes #10245 by adding it the new var to the customizer
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 67d2edad5..33a48a714 100644 --- a/customize.html +++ b/customize.html @@ -1050,6 +1050,11 @@ base_url: "../" <input type="text" class="form-control" placeholder="@gray-light" data-var="@breadcrumb-active-color"> <p>Text color of current page in the breadcrumb</p> </div> + <div class="col-lg-4"> + <label>@breadcrumb-separator</label> + <input type="text" class="form-control" placeholder='"/"' data-var="@breadcrumb-separator"> + <p>Textual separator for between breadcrumb elements</p> + </div> </div> <h2 id="variables-jumbotron">Jumbotron</h2> |
