diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 21:47:49 -0800 |
| commit | 548834e87f9e91c6e885d695deda55efc06dacf1 (patch) | |
| tree | 42a42157264bc0b120a3c12a20d3932f630bba90 /docs/examples/offcanvas | |
| parent | 23d7b7fe429762847871c3ce8679922dd600e3c9 (diff) | |
| parent | a8dc4812a49d8467e8642abb510b523a9a51cd48 (diff) | |
| download | bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip | |
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
Diffstat (limited to 'docs/examples/offcanvas')
| -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 b1e133e21..cf12623b3 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -35,7 +35,7 @@ <div class="row row-offcanvas row-offcanvas-right"> <div class="col-xs-12 col-sm-9"> - <p class="pull-right hidden-sm-up"> + <p class="pull-xs-right hidden-sm-up"> <button type="button" class="btn btn-primary btn-sm" data-toggle="offcanvas">Toggle nav</button> </p> <div class="jumbotron"> |
