Commit e10bf3aa authored by Mark Otto's avatar Mark Otto

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

parent daa8330b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1050,6 +1050,11 @@ base_url: "../" ...@@ -1050,6 +1050,11 @@ base_url: "../"
<input type="text" class="form-control" placeholder="@gray-light" data-var="@breadcrumb-active-color"> <input type="text" class="form-control" placeholder="@gray-light" data-var="@breadcrumb-active-color">
<p>Text color of current page in the breadcrumb</p> <p>Text color of current page in the breadcrumb</p>
</div> </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> </div>
<h2 id="variables-jumbotron">Jumbotron</h2> <h2 id="variables-jumbotron">Jumbotron</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment