aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorYohn <[email protected]>2013-01-16 07:45:31 -0500
committerYohn <[email protected]>2013-01-16 07:45:31 -0500
commit60bb95e611b6a096e5d50263e278b4be92e7468f (patch)
treeeff3a66f00cd1e3f729953e04d884dfff223ec70 /docs/components.html
parenta67c86e40f0b79e8abf5c6c266166db80d8edb72 (diff)
downloadbootstrap-60bb95e611b6a096e5d50263e278b4be92e7468f.tar.xz
bootstrap-60bb95e611b6a096e5d50263e278b4be92e7468f.zip
adding class to example code
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 7a670998d..e8b74cf82 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -177,7 +177,7 @@
<pre class="prettyprint linenums">
&lt;ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"&gt;
&lt;li&gt;&lt;a tabindex="-1" href="#"&gt;Regular link&lt;/a&gt;&lt;/li&gt;
- &lt;li&gt;&lt;a tabindex="-1" href="#"&gt;Disabled link&lt;/a&gt;&lt;/li&gt;
+ &lt;li class="disabled"&gt;&lt;a tabindex="-1" href="#"&gt;Disabled link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a tabindex="-1" href="#"&gt;Another link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>