diff options
| author | Mark Otto <[email protected]> | 2013-05-02 23:05:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-02 23:05:09 -0700 |
| commit | 94792b9dae3800e739e0036d45a276c3127b103d (patch) | |
| tree | f339e32b3fe681d253bd158bd21e3a437891bba5 /docs/_includes | |
| parent | 23ae6405f504a2627e1c1e8d856564fd8065dfe3 (diff) | |
| download | bootstrap-94792b9dae3800e739e0036d45a276c3127b103d.tar.xz bootstrap-94792b9dae3800e739e0036d45a276c3127b103d.zip | |
Improve buttons in navbars
* Add top margin, calculated by subtracting height of an input from height of a navbar, and dividing by two
* Uses the same method as .navbar-form
* To use, add .navbar-btn to any button outside a form element
* Also add section to docs detailing buttons in navbars, and add more ids for the other unlinked and unmentioned sections in the side nav
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/docs-nav.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html index c10bea4d3..ebeb0d828 100644 --- a/docs/_includes/docs-nav.html +++ b/docs/_includes/docs-nav.html @@ -121,6 +121,9 @@ <li><a href="#navbar-basic">Basic navbar</a></li> <li><a href="#navbar-nav">Nav links</a></li> <li><a href="#navbar-forms">Forms in navbars</a></li> + <li><a href="#navbar-buttons">Buttons in navbars</a></li> + <li><a href="#navbar-component-alignment">Component alignment</a></li> + <li><a href="#navbar-text">Text in navbars</a></li> <li><a href="#navbar-fixed-top">Fixed top navbar</a></li> <li><a href="#navbar-fixed-bottom">Fixed bottom navbar</a></li> <li><a href="#navbar-static-top">Static top navbar</a></li> |
