]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding class to example code
authorYohn <john.skem9@gmail.com>
Wed, 16 Jan 2013 12:45:31 +0000 (07:45 -0500)
committerYohn <john.skem9@gmail.com>
Wed, 16 Jan 2013 12:45:31 +0000 (07:45 -0500)
docs/components.html

index 7a670998d31ee5bafe4d88899aad89ef7a47a0e8..e8b74cf8257e1be6c224f06a325bfc8b7bd55fee 100644 (file)
 <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>