diff options
| author | Chris Rebert <[email protected]> | 2015-08-24 14:42:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-24 14:42:21 -0700 |
| commit | 1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4 (patch) | |
| tree | 092c7f8ea4c91b33fd74626cc5be752eb9eaa9f6 /docs/examples/offcanvas/index.html | |
| parent | 535b1c4b3703b226ecf3fb0ecd6af45e0dbd6813 (diff) | |
| download | bootstrap-1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4.tar.xz bootstrap-1ec0c4935801b4aff947ef2c5ce62fdc7b9904a4.zip | |
Replace remaining instances of defunct .visible* classes in docs
.visible-xs(-block) => .hidden-sm-up
Fixes #17263.
[skip sauce]
Diffstat (limited to 'docs/examples/offcanvas/index.html')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 115562ae8..3da9f9d7a 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -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"> |
