]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update tooltips message in upgrade docs
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 01:25:30 +0000 (17:25 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 01:25:30 +0000 (17:25 -0800)
docs/upgrading.html

index 5ab8a39ba1129fd2767f51ed1bc34b7e697139ab..5416b99876433465ae8beb32c4936bf41b3bba6a 100644 (file)
     <h1>Javascript plugins</h1>
   </div>
   <div class="alert alert-info">
-    <strong>Heads up!</strong> We're rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.
+    <strong>Heads up!</strong> We've rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more.
   </div>
   <h3>Tooltips</h3>
   <ul>
     <li>The <code>animate</code> option was renamed to <code>animation</code>.</li>
     <li>The <code>html</code> option was removed, as the tooltips default to allowing HTML now.</li>
   </ul>
+  <h3>Tooltips</h3>
+  <ul>
+    <li>Values for <code>placement</code> option changed from <code>above</code> and <code>below</code> to <code>top</code> and <code>bottom</code>. (Affects popovers, too.)</li>
+  </ul>
   <h3>Popovers</h3>
   <ul>
     <li>Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.</li>