aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/tooltip-viewport
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-26 00:54:10 -0700
committerMark Otto <[email protected]>2016-09-26 00:54:10 -0700
commit3dc4b3647ce2b27b0216fe8103253ffe9633fde9 (patch)
treeed483b5663b93e5d72d2adf0049d981babae8204 /docs/examples/tooltip-viewport
parent6181cf9d5d49f12fbff8cd63418828c36e76fd7e (diff)
downloadbootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.tar.xz
bootstrap-3dc4b3647ce2b27b0216fe8103253ffe9633fde9.zip
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
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 63e9156b5..ee990b975 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-xs-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
+ <button class="btn btn-secondary float-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-xs-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
+ <button class="btn btn-secondary float-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>