From 18da568b8b4d6c36dfef4beefc336b28d2c43d2f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Jun 2015 23:24:55 -0700 Subject: rewrite some navbar stuff, clean out some commented out code --- docs/components/navbar.md | 99 ++++++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 45 deletions(-) (limited to 'docs') diff --git a/docs/components/navbar.md b/docs/components/navbar.md index f45ee5876..a1f8bae74 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -161,56 +161,65 @@ Small navbars provide a similar aesthetic to Bootstrap 3's navbar. It cuts the p When moving from a regular navbar to a small one, be sure to update your inputs and buttons to use their small variations as well. -{% example html %} +
+ + + +
+ +{% highlight html %} -{% endexample %} - +{% endhighlight %} ### Collapsible content -- cgit v1.2.3