]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
updated upgrade page to reflect popover changes
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:24:02 +0000 (01:24 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:24:02 +0000 (01:24 -0800)
docs/assets/bootstrap.zip
docs/templates/pages/upgrading.mustache
docs/upgrading.html

index 8a49197829018358abf618ee77b7993bc61f390f..49f0cee97ba1b885acdcb1d52da3dc33b45fc646 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 95587456ac7f21fbb332d459e58dea04e43498e9..a82896b3aa65f67e845f6f129d78869d23869ad2 100644 (file)
   <div class="page-header">
     <h1>{{_i}}Javascript plugins{{/i}}</h1>
   </div>
+  <h3>{{_i}}Popovers{{/i}}</h3>
+  <ul>
+    <li>{{_i}}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>.{{/i}}</li>
+  </ul>
 </section>
 
 
index b311cf499d8d217a3a23b4e8fe1d56b09809782e..6e1180f160360bb610d8233f5c0906b156b5acfc 100644 (file)
   <div class="page-header">
     <h1>Javascript plugins</h1>
   </div>
+  <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>
+  </ul>
 </section>