Commit 1a6a1828 authored by Mark Otto's avatar Mark Otto
Browse files

remove mention of siteWidth, no longer used

parent 42f63603
Showing with 2 additions and 12 deletions
+2 -12
No preview for this file type
...@@ -374,11 +374,6 @@ ...@@ -374,11 +374,6 @@
<td>20px</td> <td>20px</td>
<td>Negative space between columns</td> <td>Negative space between columns</td>
</tr> </tr>
<tr>
<td><code>@siteWidth</code></td>
<td><em>Computed sum of all columns and gutters</em></td>
<td>Counts number of columns and gutters to set width of the <code>.container-fixed()</code> mixin</td>
</tr>
</tbody> </tbody>
</table> </table>
<div class="row"> <div class="row">
...@@ -627,7 +622,7 @@ ...@@ -627,7 +622,7 @@
</div><!-- /.span --> </div><!-- /.span -->
</div><!-- /.row --> </div><!-- /.row -->
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
</div><!-- /.span --> </div><!-- /.span -->
......
...@@ -298,11 +298,6 @@ ...@@ -298,11 +298,6 @@
<td>20px</td> <td>20px</td>
<td>{{_i}}Negative space between columns{{/i}}</td> <td>{{_i}}Negative space between columns{{/i}}</td>
</tr> </tr>
<tr>
<td><code>@siteWidth</code></td>
<td><em>{{_i}}Computed sum of all columns and gutters{{/i}}</em></td>
<td>{{_i}}Counts number of columns and gutters to set width of the <code>.container-fixed()</code> mixin{{/i}}</td>
</tr>
</tbody> </tbody>
</table> </table>
<div class="row"> <div class="row">
...@@ -551,7 +546,7 @@ ...@@ -551,7 +546,7 @@
</div><!-- /.span --> </div><!-- /.span -->
</div><!-- /.row --> </div><!-- /.row -->
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
</div><!-- /.span --> </div><!-- /.span -->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment