2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

update docs to use .{tooltip,popover}-{left,right,top,bottom}

This commit is contained in:
Chris Rebert
2014-12-19 18:31:07 -08:00
parent d46a12e601
commit c6ad3a8d6d
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -43,7 +43,7 @@ $(function () {
Four options are available: top, right, bottom, and left aligned.
<div class="bs-example bs-example-popover">
<div class="popover top">
<div class="popover popover-top">
<div class="popover-arrow"></div>
<h3 class="popover-title">Popover top</h3>
<div class="popover-content">
@@ -51,7 +51,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div class="popover right">
<div class="popover popover-right">
<div class="popover-arrow"></div>
<h3 class="popover-title">Popover right</h3>
<div class="popover-content">
@@ -59,7 +59,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div class="popover bottom">
<div class="popover popover-bottom">
<div class="popover-arrow"></div>
<h3 class="popover-title">Popover bottom</h3>
@@ -68,7 +68,7 @@ Four options are available: top, right, bottom, and left aligned.
</div>
</div>
<div class="popover left">
<div class="popover popover-left">
<div class="popover-arrow"></div>
<h3 class="popover-title">Popover left</h3>
<div class="popover-content">