diff options
| author | Mark Otto <[email protected]> | 2014-08-04 14:05:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 14:05:12 -0700 |
| commit | 9096c2002123a6dafdf0c3d9df5d069c968d738e (patch) | |
| tree | 8dc1b382fdd608f100ea933b02d4e88a45d0d01a /docs/_includes | |
| parent | 14e8ec2514c5bc342a638f0b1f2d3518b6a72e85 (diff) | |
| download | bootstrap-9096c2002123a6dafdf0c3d9df5d069c968d738e.tar.xz bootstrap-9096c2002123a6dafdf0c3d9df5d069c968d738e.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 | ||||
| -rw-r--r-- | docs/_includes/nav/customize.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d74a5d2e6..ab47463be 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -5,7 +5,7 @@ <div class="row"> <div class="bs-customizer-input"> <label for="input-@gray-base">@gray-base</label> - <input id="input-@gray-base" type="text" value=" #000" data-var="@gray-base" class="form-control"/> + <input id="input-@gray-base" type="text" value="#000" data-var="@gray-base" class="form-control"/> </div> <div class="bs-customizer-input"> <label for="input-@gray-darker">@gray-darker</label> diff --git a/docs/_includes/nav/customize.html b/docs/_includes/nav/customize.html index 3245a3f75..99eaba9cb 100644 --- a/docs/_includes/nav/customize.html +++ b/docs/_includes/nav/customize.html @@ -1,5 +1,6 @@ <!-- NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.--> +<li><a href="#import">Import</a></li> <li><a href="#less">Less components</a></li> <li><a href="#plugins">jQuery plugins</a></li> <li><a href="#less-variables">Less variables</a> |
