m |
m |
||
| Line 5: | Line 5: | ||
</div> | </div> | ||
<div class="span4"> | <div class="span4"> | ||
| − | <div style="- | + | <div style="background-color: transparent; |
| − | - | + | background-image:url('http://www.liveonshuffle.com/wp-content/plugins/pagelines-customize/bgwhite.jpg'); |
| − | box-shadow: | + | background-repeat:repeat-x repeat-y; |
| + | border-radius: 5px; | ||
| + | -moz-border-radius: 5px; | ||
| + | -moz-box-shadow: 0 0 5px #AAAAAA; | ||
| + | -webkit-box-shadow: 0 0 6px #AAAAAA; | ||
| + | box-shadow: 0 0 6px #AAAAAA;"> | ||
<ul class="nav nav-list unstyled"> | <ul class="nav nav-list unstyled"> | ||
<li class="nav-header">Other New Features</li> | <li class="nav-header">Other New Features</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>