@@ -3169,7 +3169,7 @@ For example, <section>
should be wrapped as inline.
{% endhighlight %}
-
Disabled state
+
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.
@@ -3187,14 +3187,14 @@ For example, <section>
should be wrapped as inline.
{% endhighlight %}
- Component alignment
+ Component alignment
To align nav links, use the .pull-left
or .pull-right
utility classes. Both classes will add a CSS float in the specified direction.
- Dropdowns
+ Dropdowns
Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.
Tabs with dropdowns