aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/navbar/index.html2
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 -->