diff options
| author | Yohn <[email protected]> | 2013-01-16 07:45:31 -0500 |
|---|---|---|
| committer | Yohn <[email protected]> | 2013-01-16 07:45:31 -0500 |
| commit | 60bb95e611b6a096e5d50263e278b4be92e7468f (patch) | |
| tree | eff3a66f00cd1e3f729953e04d884dfff223ec70 /docs/components.html | |
| parent | a67c86e40f0b79e8abf5c6c266166db80d8edb72 (diff) | |
| download | bootstrap-60bb95e611b6a096e5d50263e278b4be92e7468f.tar.xz bootstrap-60bb95e611b6a096e5d50263e278b4be92e7468f.zip | |
adding class to example code
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
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"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">Regular link</a></li> - <li><a tabindex="-1" href="#">Disabled link</a></li> + <li class="disabled"><a tabindex="-1" href="#">Disabled link</a></li> <li><a tabindex="-1" href="#">Another link</a></li> </ul> </pre> |
