]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/templates/pages/components.mustache 6600/head
authorYohn <john.skem9@gmail.com>
Wed, 16 Jan 2013 12:46:42 +0000 (07:46 -0500)
committerYohn <john.skem9@gmail.com>
Wed, 16 Jan 2013 12:46:42 +0000 (07:46 -0500)
docs/templates/pages/components.mustache

index bdd918da9b216526ed4c4aae7942d71bab2c2cab..53ab3d2a62b2fd79f5b7fb57a13cb2c69f1606ba 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;{{_i}}Regular link{{/i}}&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Disabled link{{/i}}&lt;/a&gt;&lt;/li&gt;
+  &lt;li class="disabled"&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Disabled link{{/i}}&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a tabindex="-1" href="#"&gt;{{_i}}Another link{{/i}}&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 </pre>