From 83a3789b5e8ccedc16db3a284c764067e6b25c25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 00:52:10 -0700 Subject: add justified nav links for tabs and pills --- docs/components.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 3c47835c3..14e9041f3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -748,6 +748,31 @@

Options

+

Justified links

+

Easily make tabs or pills equal widths of their parent with .nav-justified.

+
+ +
+ +
+
+<ul class="nav nav-tabs nav-justified">
+  ...
+</ul>
+
+<ul class="nav nav-pills nav-justified">
+  ...
+</ul>
+
+

Disabled state

For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless you remove the href attribute. Alternatively, you could implement custom JavaScript to prevent those clicks.

-- cgit v1.2.3