]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 27 Jan 2012 19:07:17 +0000 (11:07 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 27 Jan 2012 19:07:17 +0000 (11:07 -0800)
Conflicts:
docs/assets/css/bootstrap.css

1  2 
docs/assets/css/bootstrap.css
docs/download.html
docs/scaffolding.html
js/bootstrap-typeahead.js

index 28f49391b5f5cc1d152aa48ce2834e942cfa26c1,4fe86c977aa508efa2726943b008719c7a0843d4..b2284bc1640c488eb6205a6cdc76a01f7806bf4f
@@@ -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: Thu Jan 26 23:15:40 PST 2012
 - * Date: Fri Jan 27 12:16:22 EST 2012
++ * Date: Fri Jan 27 11:07:13 PST 2012
   */
  article,
  aside,
index 3af30dca7f84899cd69a72c471f235d517abdf12,3af30dca7f84899cd69a72c471f235d517abdf12..c7b42542da6de78000b0ccdef67628f2d2f292ca
@@@ -84,7 -84,7 +84,7 @@@
  
  <section class="download" id="components">
    <div class="page-header">
--    <a class="pull-right toggle-all" href="#">Toggle all</a>
++    <a class="btn small pull-right toggle-all" href="#">Toggle all</a>
      <h1>
        1. Select components
        <small>Get just the CSS you need</small>
  
  <section class="download" id="variables">
    <div class="page-header">
--    <a class="pull-right toggle-all" href="#">Reset to defaults</a>
++    <a class="btn small pull-right toggle-all" href="#">Reset to defaults</a>
      <h1>
        2. Modify variables
        <small>Customize Bootstrap without using a LESS compiler</small>
  
  <section class="download" id="plugins">
    <div class="page-header">
--    <a class="pull-right toggle-all" href="#">Toggle all</a>
++    <a class="btn small pull-right toggle-all" href="#">Toggle all</a>
      <h1>
        3. Select jQuery plugins
        <small>Quickly add only the necessary javascript</small>
index f49b8d6c4bff7f1ba3fdd395415478aeb6dcf1a2,f49b8d6c4bff7f1ba3fdd395415478aeb6dcf1a2..51dfc6dbba7ddfbaefb2dcdb6a6bc3026640310f
      </div>
    </div><!-- /row -->
  
++  <br>
++
    <h2>Offsetting columns</h2>
    <div class="row show-grid">
      <div class="span4">4</div>
    <div class="row show-grid">
      <div class="span8 offset4">8 offset 4</div>
    </div><!-- /row -->
++<pre class="prettyprint linenums">
++&lt;div class="row"&gt;
++  &lt;div class="span4"&gt;...&lt;/div&gt;
++  &lt;div class="span4 offset4"&gt;...&lt;/div&gt;
++&lt;/div&gt;
++</pre>
  
    <br>
  
Simple merge