]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update docs to use .{tooltip,popover}-{left,right,top,bottom}
authorChris Rebert <code@rebertia.com>
Sat, 20 Dec 2014 02:31:07 +0000 (18:31 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 29 Dec 2014 20:33:06 +0000 (12:33 -0800)
docs/_includes/js/popovers.html
docs/_includes/js/tooltips.html
docs/javascript/popovers.md

index 3182d8c4de5e87b5e7fa66c816beda26cfdc8fe6..4557a44a4293c5fd3e2d4b65122f7af65a061105 100644 (file)
@@ -39,7 +39,7 @@ $(function () {
   <h3>Static popover</h3>
   <p>Four options are available: top, right, bottom, and left aligned.</p>
   <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">
@@ -47,7 +47,7 @@ $(function () {
       </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">
@@ -55,7 +55,7 @@ $(function () {
       </div>
     </div>
 
-    <div class="popover bottom">
+    <div class="popover popover-bottom">
       <div class="popover-arrow"></div>
       <h3 class="popover-title">Popover bottom</h3>
 
@@ -64,7 +64,7 @@ $(function () {
       </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">
index ae553e0df0ff20f718a7db4abc0fcc259ba115b9..b8293c9f5d3756182c7ee758bbba7ae1199d278e 100644 (file)
   <h3>Static tooltip</h3>
   <p>Four options are available: top, right, bottom, and left aligned.</p>
   <div class="bs-example bs-example-tooltip">
-    <div class="tooltip left" role="tooltip">
+    <div class="tooltip tooltip-left" role="tooltip">
       <div class="tooltip-arrow"></div>
       <div class="tooltip-inner">
         Tooltip on the left
       </div>
     </div>
-    <div class="tooltip top" role="tooltip">
+    <div class="tooltip tooltip-top" role="tooltip">
       <div class="tooltip-arrow"></div>
       <div class="tooltip-inner">
         Tooltip on the top
       </div>
     </div>
-    <div class="tooltip bottom" role="tooltip">
+    <div class="tooltip tooltip-bottom" role="tooltip">
       <div class="tooltip-arrow"></div>
       <div class="tooltip-inner">
         Tooltip on the bottom
       </div>
     </div>
-    <div class="tooltip right" role="tooltip">
+    <div class="tooltip tooltip-right" role="tooltip">
       <div class="tooltip-arrow"></div>
       <div class="tooltip-inner">
         Tooltip on the right
index f84d52bbebcab2c684b5fbb021ddb1ddb4f51b3f..28cafb1b0855f11592345c98363cd659b59c5ba7 100644 (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">