1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

finishes #10245 by adding it the new var to the customizer

This commit is contained in:
Mark Otto 2013-09-01 10:04:03 +02:00
parent daa8330b41
commit e10bf3aa7f
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>