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/customizer-variables.html | |
| parent | 14e8ec2514c5bc342a638f0b1f2d3518b6a72e85 (diff) | |
| download | bootstrap-9096c2002123a6dafdf0c3d9df5d069c968d738e.tar.xz bootstrap-9096c2002123a6dafdf0c3d9df5d069c968d738e.zip | |
grunt
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 |
1 files changed, 1 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> |
