2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Replace remaining instances of defunct .visible* classes in docs

.visible-xs(-block) => .hidden-sm-up

Fixes #17263.
[skip sauce]
This commit is contained in:
Chris Rebert
2015-08-24 14:42:21 -07:00
parent 535b1c4b37
commit 1ec0c49358
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9">
<p class="pull-right visible-xs">
<p class="pull-right hidden-sm-up">
<button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button>
</p>
<div class="jumbotron">