From: Mark Otto Date: Wed, 9 Jul 2014 17:52:48 +0000 (-0700) Subject: disabled links part of the examples now X-Git-Tag: v4.0.0-alpha~766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f37dbe53a46b6deb8f37bfe1008f30b1275e49c6;p=thirdparty%2Fbootstrap.git disabled links part of the examples now --- diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 055418d50f..5fc151b1e4 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -121,30 +121,6 @@ {% endhighlight %} - -

For any nav component (tabs or pills), add .disabled for gray links and no hover effects.

- -
-

Link functionality not impacted

-

This class will only change the <a>'s appearance, not its functionality. Use custom JavaScript to disable links here.

-
- -
- -
-{% highlight html %} - -{% endhighlight %} - -

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.