diff options
| author | Mark Otto <[email protected]> | 2013-08-11 20:45:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 20:45:51 -0700 |
| commit | ac746559980ab702b4feed6c29e22138b7b15937 (patch) | |
| tree | d5fed265d147c3c65e04b55ad8d3962b2f6741f9 /customize.html | |
| parent | c52a3508c616da928622bdfc930e2e11741a65e2 (diff) | |
| download | bootstrap-ac746559980ab702b4feed6c29e22138b7b15937.tar.xz bootstrap-ac746559980ab702b4feed6c29e22138b7b15937.zip | |
add another var
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 7e2284489..b2c24a9d4 100644 --- a/customize.html +++ b/customize.html @@ -424,9 +424,11 @@ base_url: "../" <input type="text" class="form-control" placeholder="#f9f2f4"> </div> <div class="col-lg-6"> + <label>@pre-color</label> + <input type="text" class="form-control" placeholder="@gray-dark"> <label>@pre-bg</label> <input type="text" class="form-control" placeholder="#f5f5f5"> - <label>@code-border-color</label> + <label>@pre-border-color</label> <input type="text" class="form-control" placeholder="#ccc"> </div> </div> |
