From 3b7e5214e3c998e4c2652798dbd8aba4cfee737f Mon Sep 17 00:00:00 2001 From: Tom Pietschker Date: Tue, 19 Feb 2013 14:32:28 -0500 Subject: [PATCH] remove navbar-inner --- docs/components.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/components.html b/docs/components.html index b05d9c6e98..7e713938c0 100644 --- a/docs/components.html +++ b/docs/components.html @@ -819,16 +819,14 @@ title: Components

You can easily add dividers to your nav links with an empty list item and a simple class. Just add the appropriate class to <li> elements between links. Dividers will be horizontal to start, but at resolutions above 768px they become vertical with the navigation.

{% highlight html linenos %}