aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-09 10:52:48 -0700
committerMark Otto <[email protected]>2014-07-09 10:52:48 -0700
commitf37dbe53a46b6deb8f37bfe1008f30b1275e49c6 (patch)
treef8c89247fa35ec430c90fd6fcb63250cdcdc18d1 /docs
parent41f3af407bab6c77f61b1d1fc8d3526f5276076f (diff)
downloadbootstrap-f37dbe53a46b6deb8f37bfe1008f30b1275e49c6.tar.xz
bootstrap-f37dbe53a46b6deb8f37bfe1008f30b1275e49c6.zip
disabled links part of the examples now
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/components/navs.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html
index 055418d50..5fc151b1e 100644
--- a/docs/_includes/components/navs.html
+++ b/docs/_includes/components/navs.html
@@ -121,30 +121,6 @@
{% endhighlight %}
- <h2 id="nav-disabled-links">Disabled links</h2>
- <p>For any nav component (tabs or pills), add <code>.disabled</code> for <strong>gray links and no hover effects</strong>.</p>
-
- <div class="bs-callout bs-callout-warning">
- <h4>Link functionality not impacted</h4>
- <p>This class will only change the <code>&lt;a&gt;</code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p>
- </div>
-
- <div class="bs-example">
- <ul class="nav nav-pills" role="tablist">
- <li><a href="#">Clickable link</a></li>
- <li><a href="#">Clickable link</a></li>
- <li class="disabled"><a href="#">Disabled link</a></li>
- </ul>
- </div>
-{% highlight html %}
-<ul class="nav nav-pills" role="tablist">
- ...
- <li class="disabled"><a href="#">Disabled link</a></li>
- ...
-</ul>
-{% endhighlight %}
-
-
<h2 id="nav-dropdowns">Using dropdowns</h2>
<p>Add dropdown menus with a little extra HTML and the <a href="../javascript/#dropdowns">dropdowns JavaScript plugin</a>.</p>