diff options
| author | Chris Rebert <[email protected]> | 2016-01-06 01:32:39 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-06 01:33:13 -0800 |
| commit | 1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561 (patch) | |
| tree | 34272251d574f4da141ef3cc98158aa3a684768c /docs/examples | |
| parent | 1997412beeff2300aecc566f88e569a95d3f7d1e (diff) | |
| download | bootstrap-1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561.tar.xz bootstrap-1300af1d2dbf3f5aecc1ba9480ac9cb28a7b8561.zip | |
Update docs to account for #18772
/fyi @mdo
[skip sauce]
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/navbar/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index abaf8ad74..a6d642297 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -43,7 +43,7 @@ </ul> <form class="form-inline pull-xs-right"> <input class="form-control" type="text" placeholder="Search"> - <button class="btn btn-success-outline" type="submit">Search</button> + <button class="btn btn-outline-success" type="submit">Search</button> </form> </div> </nav> <!-- /navbar --> |
