diff options
| author | syed <[email protected]> | 2013-07-25 12:43:14 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-25 12:43:14 +0500 |
| commit | a06afd8320418c50e433d1a4215b6553e3657152 (patch) | |
| tree | 84dd85314434299b100fe1395b35b110b030c009 /customize.html | |
| parent | f8d5a974bcf385a709a1c55514506427fa28e547 (diff) | |
| download | bootstrap-a06afd8320418c50e433d1a4215b6553e3657152.tar.xz bootstrap-a06afd8320418c50e433d1a4215b6553e3657152.zip | |
Moved navs inline properties to variables.less and customize.html & nav-customize.html
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 6140783f7..d2ac699b3 100644 --- a/customize.html +++ b/customize.html @@ -771,6 +771,46 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> </div> + + <h2 id="variables-nav">Nav</h2> + <div class="row"> + <div class="col-lg-6"> + <h3>Default nav</h3> + <h4>Basics</h4> + <label>@nav-link-hover-bg</label> + <input type="text" placeholder="@gray-lighter"> + <label>@nav-disabled-link-color</label> + <input type="text" placeholder="@gray-light"> + <label>@nav-disabled-link-hover-color</label> + <input type="text" placeholder="@gray-light"> + <label>@nav-open-link-hover-color</label> + <input type="text" placeholder="#fff"> + <label>@nav-open-caret-border-color</label> + <input type="text" placeholder="@fff"> + <h4>Tabs</h4> + <label>@nav-tabs-border-color</label> + <input type="text" placeholder="@ddd"> + <label>@nav-tabs-link-hover-border-color</label> + <input type="text" placeholder="@gray-lighter"> + <label>@nav-tabs-active-link-hover-color</label> + <input type="text" placeholder="@gray"> + <label>@nav-tabs-active-link-hover-bg</label> + <input type="text" placeholder="@body-bg"> + <label>@nav-tabs-active-link-hover-border-color</label> + <input type="text" placeholder="#ddd"> + <label>@nav-tabs-justified-link-border-color</label> + <input type="text" placeholder="#ddd"> + <label>@nav-tabs-justified-active-link-border-color</label> + <input type="text" placeholder="@body-bg"> + <h4>Pills</h4> + <label>@nav-pills-active-link-hover-color</label> + <input type="text" placeholder="@fff"> + <label>@nav-pills-active-link-hover-bg</label> + <input type="text" placeholder="@component-active-bg"> + </div> + </div> + + <h2 id="variables-tables">Tables</h2> <div class="row"> <div class="col-lg-6"> |
