diff --git a/_config.yml b/_config.yml index 6b6c87acc1..dd064d3083 100644 --- a/_config.yml +++ b/_config.yml @@ -15,9 +15,6 @@ repo: https://github.com/twbs/bootstrap download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip -examples: http://examples.getbootstrap.com -examples_repo: https://github.com/twbs/bootstrap-examples - glyphicons: http://glyphicons.getbootstrap.com glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 2024883708..f5226ec5e6 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -20,6 +20,7 @@
Instead of applying button sizing classes to every button in a group, just add .btn-group-*
to the .btn-group
.
Turn a button into a dropdown toggle with some basic markup changes.
Similarly, create split button dropdowns with the same markup changes, only with a separate button.