diff options
| author | Mark Otto <[email protected]> | 2013-08-05 00:47:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 00:47:23 -0700 |
| commit | 11e46845b2d33889a7aa9bed7e63b686061e1db3 (patch) | |
| tree | 642a32b885c0f65324e2c32521bac90ae35a004c /customize.html | |
| parent | 52266cfdcdbb010a27cb9364ab4dc277a1cd75de (diff) | |
| download | bootstrap-11e46845b2d33889a7aa9bed7e63b686061e1db3.tar.xz bootstrap-11e46845b2d33889a7aa9bed7e63b686061e1db3.zip | |
fixes #9063: add var for navbar border radius
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/customize.html b/customize.html index 08092d763..fcff58192 100644 --- a/customize.html +++ b/customize.html @@ -710,6 +710,8 @@ base_url: "../" <input type="text" class="form-control" placeholder="#777"> <label>@navbar-bg</label> <input type="text" class="form-control" placeholder="#eee"> + <label>@navbar-border-radius</label> + <input type="text" class="form-control" placeholder="@border-radius-base"> <h4>Links</h4> <label>@navbar-link-color</label> <input type="text" class="form-control" placeholder="#777"> |
