]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update vars in less and download pages
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:34:59 +0000 (01:34 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:34:59 +0000 (01:34 -0800)
docs/assets/bootstrap.zip
docs/download.html
docs/less.html
docs/templates/pages/download.mustache
docs/templates/pages/less.mustache

index 991e353736bd9a46348e8de563afa106e386e4ce..752890142824c0c7888bda800726c1c577b9099a 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index c19dc8f498137bb52eec205bd316c576855c7fc2..f52ee6a724ffdcbac9a798e3ab9bf91558030d1f 100644 (file)
       <input type="text" class="span3" placeholder="40px">
       <label>@gridGutterWidth</label>
       <input type="text" class="span3" placeholder="20px">
-      <label>@siteWidth</label>
-      <input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
-      <label>@fluidSidebarWidth</label>
-      <input type="text" class="span3" placeholder="220px">
+      <h3>Fluid grid system</h3>
+      <label>@fluidGridColumnWidth</label>
+      <input type="text" class="span3" placeholder="6.382978723%">
+      <label>@fluidGridGutterWidth</label>
+      <input type="text" class="span3" placeholder="2.127659574%">
       <h3>Typography</h3>
       <label>@baseFontSize</label>
       <input type="text" class="span3" placeholder="13px">
index 90133b0f8c79d7245860c2578f9503efb9359595..996ad31b938b7eea810607b42966da3f31871f70 100644 (file)
             <td>20px</td>
           </tr>
           <tr>
-            <td><code>@siteWidth</code></td>
-            <td><code>(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))</code></td>
+            <td><code>@fluidGridColumnWidth</code></td>
+            <td>6.382978723%</td>
+          </tr>
+          <tr>
+            <td><code>@fluidGridGutterWidth</code></td>
+            <td>2.127659574%</td>
           </tr>
         </tbody>
       </table>
index 34f8130ac1f2d64a8760ad2ef40dc4ab334a788e..1609c02b0484f467c1ac897b5a18a1ecd443bc43 100644 (file)
       <input type="text" class="span3" placeholder="40px">
       <label>@gridGutterWidth</label>
       <input type="text" class="span3" placeholder="20px">
-      <label>@siteWidth</label>
-      <input type="text" class="span3" placeholder="(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));">
-      <label>@fluidSidebarWidth</label>
-      <input type="text" class="span3" placeholder="220px">
+      <h3>{{_i}}Fluid grid system{{/i}}</h3>
+      <label>@fluidGridColumnWidth</label>
+      <input type="text" class="span3" placeholder="6.382978723%">
+      <label>@fluidGridGutterWidth</label>
+      <input type="text" class="span3" placeholder="2.127659574%">
       <h3>{{_i}}Typography{{/i}}</h3>
       <label>@baseFontSize</label>
       <input type="text" class="span3" placeholder="13px">
index 82b921d240851b0c19c59d45eadd752027246902..eb262c78b9e1f2aef27007a1b3775cf3d204502f 100644 (file)
             <td>20px</td>
           </tr>
           <tr>
-            <td><code>@siteWidth</code></td>
-            <td><code>(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))</code></td>
+            <td><code>@fluidGridColumnWidth</code></td>
+            <td>6.382978723%</td>
+          </tr>
+          <tr>
+            <td><code>@fluidGridGutterWidth</code></td>
+            <td>2.127659574%</td>
           </tr>
         </tbody>
       </table>