Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
preboot.less > variables.less in docs
  • Loading branch information
fat committed Oct 3, 2011
1 parent 0b625d0 commit 823b063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -336,7 +336,7 @@ <h2>Roll your own grid</h2>
</div>
<div class="span12">
<h3>Inside the grid</h3>
<p>The variables needed to modify the grid system currently all reside in <code>preboot.less</code>.</p>
<p>The variables needed to modify the grid system currently all reside in <code>variables.less</code>.</p>
<table class="zebra-striped">
<thead>
<tr>
Expand Down Expand Up @@ -440,7 +440,7 @@ <h1>Typography <small>Headings, paragraphs, lists, and other inline type element
<div class="span4">
<h2>Headings &amp; copy</h2>
<p>A standard typographic hierarchy for structuring your webpages.</p>
<p>The entire typographic grid is based on two Less variables in our preboot.less file: <code>@basefont</code> and <code>@baseline</code>. The first is the base font-size used throughout and the second is the base line-height.</p>
<p>The entire typographic grid is based on two Less variables in our variables.less file: <code>@basefont</code> and <code>@baseline</code>. The first is the base font-size used throughout and the second is the base line-height.</p>
<p>We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.</p>
</div>
<div class="span4">
Expand Down Expand Up @@ -1760,7 +1760,7 @@ <h1>Using Bootstrap with Less <small>Supercharge your CSS with variables, mixins
</div>
<div class="row">
<div class="span4">
<p>Bootstrap was built with <a href="http://markdotto.com/bootstrap/">Preboot</a>, an open-source pack of mixins and variables to be used in conjunction with <a href="http://lesscss.org" target="_blank">Less</a>, a CSS preprocessor for faster and easier web development.</p>
<p>Bootstrap was built from <a href="http://markdotto.com/bootstrap/">Preboot</a>, an open-source pack of mixins and variables to be used in conjunction with <a href="http://lesscss.org" target="_blank">Less</a>, a CSS preprocessor for faster and easier web development.</p>
<p>Check out how we used Preboot in Bootstrap and how you can make use of it should you choose to run Less on your next project.</p>
</div>
<div class="span12">
Expand Down

0 comments on commit 823b063

Please sign in to comment.