diff options
| author | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 17:14:14 -0700 |
| commit | 93a7421f2ce63e9185f5ba655a6f720c84ffa746 (patch) | |
| tree | 3bdb4e4f28526e3ab9956a6af81fe55e8eb09977 /docs/examples/tooltip-viewport | |
| parent | f399d21ef5e20bd736d5cf2946acb982378cd2f4 (diff) | |
| download | bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.tar.xz bootstrap-93a7421f2ce63e9185f5ba655a6f720c84ffa746.zip | |
.btn-default to .btn-secondary
Diffstat (limited to 'docs/examples/tooltip-viewport')
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index ddeb70774..04c9f3a6a 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -32,19 +32,19 @@ <body> - <button class="btn btn-default pull-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button> - <button class="btn btn-default tooltip-bottom" title="This should be shifted to the right">Shift Right</button> - <button class="btn btn-default tooltip-right" title="This should be shifted down">Shift Down</button> + <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 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> - <button class="btn btn-default tooltip-right btn-bottom" title="This should be shifted up">Shift Up</button> + <button class="btn btn-secondary tooltip-right btn-bottom" title="This should be shifted up">Shift Up</button> <div class="container-viewport"> - <button class="btn btn-default tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button> - <button class="btn btn-default tooltip-viewport-right" title="This should be shifted down">Shift Down</button> + <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-default pull-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</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-default tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button> + <button class="btn btn-secondary tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button> </div> |
