aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/tooltip-viewport
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-29 21:47:49 -0800
committerChris Rebert <[email protected]>2015-11-29 21:47:49 -0800
commit548834e87f9e91c6e885d695deda55efc06dacf1 (patch)
tree42a42157264bc0b120a3c12a20d3932f630bba90 /docs/examples/tooltip-viewport
parent23d7b7fe429762847871c3ce8679922dd600e3c9 (diff)
parenta8dc4812a49d8467e8642abb510b523a9a51cd48 (diff)
downloadbootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.tar.xz
bootstrap-548834e87f9e91c6e885d695deda55efc06dacf1.zip
Merge pull request #18340 from twbs/responsive-pulls
Add responsive float classes
Diffstat (limited to 'docs/examples/tooltip-viewport')
-rw-r--r--docs/examples/tooltip-viewport/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html
index 50fa795cf..1edd38d67 100644
--- a/docs/examples/tooltip-viewport/index.html
+++ b/docs/examples/tooltip-viewport/index.html
@@ -20,7 +20,7 @@
<body>
- <button class="btn btn-secondary pull-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
+ <button class="btn btn-secondary pull-xs-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
<button class="btn btn-secondary tooltip-bottom" title="This should be shifted to the right">Shift Right</button>
<button class="btn btn-secondary tooltip-right" title="This should be shifted down">Shift Down</button>
@@ -30,7 +30,7 @@
<button class="btn btn-secondary tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button>
<button class="btn btn-secondary tooltip-viewport-right" title="This should be shifted down">Shift Down</button>
- <button class="btn btn-secondary pull-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
+ <button class="btn btn-secondary pull-xs-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
<button class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
</div>