diff options
| author | Yohn <[email protected]> | 2013-01-16 07:46:42 -0500 |
|---|---|---|
| committer | Yohn <[email protected]> | 2013-01-16 07:46:42 -0500 |
| commit | 598e9e6f13f52249e5158c427f70d20b7c4622f4 (patch) | |
| tree | 348744415ac4465e856f6a3e7eca0816490ab037 /docs | |
| parent | 60bb95e611b6a096e5d50263e278b4be92e7468f (diff) | |
| download | bootstrap-598e9e6f13f52249e5158c427f70d20b7c4622f4.tar.xz bootstrap-598e9e6f13f52249e5158c427f70d20b7c4622f4.zip | |
Update docs/templates/pages/components.mustache
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index bdd918da9..53ab3d2a6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -106,7 +106,7 @@ <pre class="prettyprint linenums"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">{{_i}}Regular link{{/i}}</a></li> - <li><a tabindex="-1" href="#">{{_i}}Disabled link{{/i}}</a></li> + <li class="disabled"><a tabindex="-1" href="#">{{_i}}Disabled link{{/i}}</a></li> <li><a tabindex="-1" href="#">{{_i}}Another link{{/i}}</a></li> </ul> </pre> |
