diff options
| author | Mark Otto <[email protected]> | 2012-07-24 00:44:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-24 00:44:20 -0700 |
| commit | 394922a1bfe3360b20aea29e8ffe22133f56b908 (patch) | |
| tree | e99651a1c4d5c902844c207e90d26de7a0ec2f3f /docs/customize.html | |
| parent | 87aa61001e908857416f8114a892ced7e796c8b9 (diff) | |
| parent | e38fa4b1f40b8e8f64ad904fd5ea3d6d7ab9dffc (diff) | |
| download | bootstrap-394922a1bfe3360b20aea29e8ffe22133f56b908.tar.xz bootstrap-394922a1bfe3360b20aea29e8ffe22133f56b908.zip | |
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html index 2e216c315..5c81f54f2 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -86,7 +86,7 @@ ================================================== --> <div class="row"> <div class="span3 bs-docs-sidebar"> - <ul class="nav nav-list bs-docs-sidenav"> + <ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-y="80"> <li><a href="#components">1. Choose components</a></li> <li><a href="#plugins">2. Select jQuery plugins</a></li> <li><a href="#variables">3. Customize variables</a></li> |
