| Index: includes/styleguide/grid/4-column.md | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/styleguide/grid/4-column.md | 
| @@ -0,0 +1,11 @@ | 
| + | 
| +### 4-Column | 
| + | 
| +<div class="row"> | 
| + <div class="column one-fourth">A (one fourth)</div> | 
| + <div class="column one-fourth">B (one fourth)</div> | 
| + <div class="column one-fourth">C (one fourth)</div> | 
| + <div class="column one-fourth">D (one fourth)</div> | 
| + <div class="column three-fourths">E (three fourths)</div> | 
| + <div class="column one-fourth">F (one fourth)</div> | 
| +</div> |