]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
authorMark Otto <markdotto@gmail.com>
Thu, 22 Dec 2011 00:39:02 +0000 (18:39 -0600)
committerMark Otto <markdotto@gmail.com>
Thu, 22 Dec 2011 00:39:02 +0000 (18:39 -0600)
Conflicts:
bootstrap.css
docs/javascript.html

1  2 
bootstrap.css
bootstrap.min.css
docs/assets/js/application.js
docs/javascript.html

diff --cc bootstrap.css
index 3fa776fcbbcf2777678c7fc96a351987c8756f2c,612fe24bc7beaaaf9f3f0a50efc1f5fe1a50b5d2..354f534b28618871225e146eea74fffcac0e2b7e
@@@ -6,7 -6,7 +6,7 @@@
   * http://www.apache.org/licenses/LICENSE-2.0
   *
   * Designed and built with all the love in the world @twitter by @mdo and @fat.
-  * Date: Wed Dec 21 18:20:33 CST 2011
 - * Date: Wed Dec 21 13:29:41 PST 2011
++ * Date: Wed Dec 21 18:38:56 CST 2011
   */
  html, body {
    margin: 0;
Simple merge
Simple merge
index 91fe949101df97c2c0c6dfbf92ba67cfdd439b27,acde34d46aad87cc7c35c4d5d4a4ffea6ef178d8..bf27dd7f17e5c639cb183b5bf5c4f1d222390450
  
      <!-- Le javascript -->
      <!-- placed up here so that the inline demos can be next to their markup -->
-     <script src="http://code.jquery.com/jquery-1.7.min.js"></script>
+     <!-- <script src="http://code.jquery.com/jquery-1.7.min.js"></script> -->
+     <script src="../js/tests/vendor/jquery.js"></script>
 -
 -    <script type="text/javascript">
 -      // NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO
 -      $(document).ready(function() {
 -        $('.nav .active').click(function(e) {
 -          e.preventDefault();
 -          $(this).siblings().toggle();
 -        });
 -      });
 -    </script>
 -
      <script src="assets/js/google-code-prettify/prettify.js"></script>
      <script>$(function () { prettyPrint() })</script>
      <script src="../js/bootstrap-transition.js"></script>
             </tr>
             <tr>
               <td><a href="./javascript.html#popover">bootstrap-popover.js</a></td>
 -             <td>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</td>
 +             <td>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">bootstrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</td>
             </tr>
+            </tr>
+            <tr>
+              <td><a href="./javascript.html#alert">bootstrap-alert.js</a></td>
+              <td>The alert plugin is a tiny class for adding close functionality to alerts.</td>
+            </tr>
             <tr>
                <td><a href="./javascript.html#button">bootstrap-button.js</a></td>
-               <td>This plugin offers additional functionality for managing button state.</td>
+               <td>This plugin offers additional functionality for managing button state in single buttons and button sets.</td>
              </tr>
              <tr>
                <td><a href="./javascript.html#collapse">bootstrap-collapse.js</a></td>
@@@ -295,10 -303,12 +292,12 @@@ $('#myModal').on('hidden', function () 
            <a href="../js/bootstrap-dropdown.js" target="_blank" class="btn primary">Download</a>
          </div>
          <div class="span9 columns">
 -          <h3>Using boostrap-dropdown.js</h3>
 +          <h3>Using bootstrap-dropdown.js</h3>
            <pre class="prettyprint linenums">$('.dropdown-toggle').dropdown()</pre>
            <h3>Markup</h3>
-           <p>To quickly add dropdown functionality to any element just add <code>data-toggle="dropdown"</code>. Any valid bootstrap dropdown will automatically be activated.</p>
+           <p>To quickly add dropdown functionality to any element just add <code>data-toggle="dropdown"</code> and any valid bootstrap dropdown will automatically be activated.</p>
+           <p><span class="label notice">Notice</span> For added control and flexibility, optionally specify a <code>data-target="#fat"</code> or <code>href="#fat"</code> - this allows you to target specific dropdowns.</p>
  <pre class="prettyprint linenums">
  &lt;ul class="tabs"&gt;
    &lt;li class="active"&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;
@@@ -644,10 -655,10 +644,10 @@@ $('a[data-toggle="tab"]').on('shown', f
            <a href="../js/bootstrap-popover.js" target="_blank" class="btn primary">Download</a>
          </div>
          <div class="span9 columns">
 -          <h3>Using boostrap-popover.js</h3>
 +          <h3>Using bootstrap-popover.js</h3>
            <pre class="prettyprint linenums">$('#example').popover(options)</pre>
            <h3>Options</h3>
-           <table class="striped-table">
+           <table class="bordered-table striped-table">
              <thead>
               <tr>
                 <th style="width: 100px;">Name</th>