m |
m |
||
| Line 7: | Line 7: | ||
<div class="well"> | <div class="well"> | ||
<ul class="nav nav-list unstyled"> | <ul class="nav nav-list unstyled"> | ||
| − | <li class="nav-header"> | + | <li class="nav-header">Other New Features</li> |
| − | <li class="active"><a href="#"> | + | <li class="active"><a href="#">How to Use the Grid</a></li> |
| − | <li><a href=" | + | <li><a href="http://www.pagelines.com/wiki/How_to_Use_Intro_Unit">Intro Unit</a></li> |
| − | <li><a href=" | + | <li><a href="http://www.pagelines.com/wiki/How_to_Use_Masthead">Masthead</a></li> |
| − | <li | + | <li><a href="http://www.pagelines.com/wiki/Bootstrap_Shortcodes_System">Bootstrap Shortcode System</a></li> |
| − | <li><a href=" | + | <li><a href="http://www.pagelines.com/wiki/Introducing_PageLESS">PageLESS CSS</a></li> |
| − | <li><a href=" | + | <li><a href="http://www.pagelines.com/wiki/How_to_Use_ScrollSpy">ScrollSpy</a></li> |
| + | <li><a href="http://www.pagelines.com/wiki/How_to_use_NavBar">NavBar</a></li> | ||
<li class="divider"></li> | <li class="divider"></li> | ||
<li><a href="#">Help</a></li> | <li><a href="#">Help</a></li> | ||
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>