m |
m |
||
| Line 12: | Line 12: | ||
</h1> | </h1> | ||
</div> | </div> | ||
| − | |||
In PageLines Framework 2.2, we have added more functionality from bootstrap -- an adaptation of their scaffolding system, <a href="http://twitter.github.com/bootstrap/scaffolding.html#gridSystem">The Grid</a>. The Grid allows you to build a highly customizable, responsive layout with simple syntax. You can view an example of the Grid in use at <a href="#example">the PageLines 2.2 Demo Site</a> | In PageLines Framework 2.2, we have added more functionality from bootstrap -- an adaptation of their scaffolding system, <a href="http://twitter.github.com/bootstrap/scaffolding.html#gridSystem">The Grid</a>. The Grid allows you to build a highly customizable, responsive layout with simple syntax. You can view an example of the Grid in use at <a href="#example">the PageLines 2.2 Demo Site</a> | ||
</div> | </div> | ||
| Line 51: | Line 50: | ||
</div> | </div> | ||
</pre> | </pre> | ||
| − | |||
<div class="page-header"> | <div class="page-header"> | ||
<h1>The Code In Action</h1> | <h1>The Code In Action</h1> | ||
The following sections allow Grid syntax: Content Box, Content and Grid Layout. Content and Grid Layout, by default will use Wordpress's built in text editor to define the Grid, while the Content Box will use the Textarea field as the editor.
<div class="row">
<div class="span4">
<p>Here is some content in the first section of our span4 column!</p>
</div>
<div class="span4">
<p>This content is in another span4 column, and now we are at a total of 8 columns.</p>
</div>
<div class="span4">
<p>This last bit of content is also in a column that spans 4 spaces, so that brings us to the ultimate number of 12.</p>
</div>
</div>