From c8306d2f704685dfc68e530cf3e820cb65cedc18 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 18 Aug 2015 20:25:31 -0700 Subject: [PATCH] rewrite active and disabled styles for navs --- docs/components/navs.md | 56 ++++++++++++++++++++--------------------- scss/_nav.scss | 31 ++++++++++------------- 2 files changed, 41 insertions(+), 46 deletions(-) diff --git a/docs/components/navs.md b/docs/components/navs.md index 644cd7bf07..486b594331 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -30,8 +30,8 @@ Roll your own navigation style by extending the base `.nav` component. All Boots - {% endexample %} @@ -53,8 +53,8 @@ Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabb {% example html %}