aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/tooltip-viewport/index.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-03-28 13:03:22 +0100
committerJulian Thilo <[email protected]>2014-03-28 13:03:22 +0100
commit440cedeed3e23960d0516153ef776c78f9efeabc (patch)
tree1e0ae70155857eb146ada0c2ce0ede91dac1d855 /docs/examples/tooltip-viewport/index.html
parent90902db50cd9545639bb79ae30d1d81e84c12b6c (diff)
downloadbootstrap-440cedeed3e23960d0516153ef776c78f9efeabc.tar.xz
bootstrap-440cedeed3e23960d0516153ef776c78f9efeabc.zip
Fix HTML errors
Diffstat (limited to 'docs/examples/tooltip-viewport/index.html')
-rw-r--r--docs/examples/tooltip-viewport/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html
index 2f6d0dd38..4c08a336a 100644
--- a/docs/examples/tooltip-viewport/index.html
+++ b/docs/examples/tooltip-viewport/index.html
@@ -28,21 +28,21 @@
<body>
- <button class="btn pull-right tooltip-bottom", title="This should be shifted to the left">Shift Left</button>
- <button class="btn tooltip-bottom", title="This should be shifted to the right">Shift Right</button>
- <button class="btn tooltip-right", title="This should be shifted down">Shift Down</button>
+ <button class="btn pull-right tooltip-bottom" title="This should be shifted to the left">Shift Left</button>
+ <button class="btn tooltip-bottom" title="This should be shifted to the right">Shift Right</button>
+ <button class="btn tooltip-right" title="This should be shifted down">Shift Down</button>
<div class="placeholder">There is a button down there ↓</div>
- <button class="btn tooltip-right", title="This should be shifted up">Shift Up</button>
+ <button class="btn tooltip-right" title="This should be shifted up">Shift Up</button>
<div class="container-viewport">
- <button class="btn tooltip-viewport-bottom", title="This should be shifted to the left">Shift Left</button>
- <button class="btn tooltip-viewport-right", title="This should be shifted down">Shift Down</button>
+ <button class="btn tooltip-viewport-bottom" title="This should be shifted to the left">Shift Left</button>
+ <button class="btn tooltip-viewport-right" title="This should be shifted down">Shift Down</button>
- <button class="btn pull-right tooltip-viewport-bottom", title="This should be shifted to the right">Shift Right</button>
+ <button class="btn pull-right tooltip-viewport-bottom" title="This should be shifted to the right">Shift Right</button>
- <button class="btn tooltip-viewport-right btn-bottom", title="This should be shifted up">Shift Up</button>
+ <button class="btn tooltip-viewport-right btn-bottom" title="This should be shifted up">Shift Up</button>
</div>