4.6 #permalink Vertical Rule Separated
Place this class on a container with horizontally-laid-out children and it will place subtle vertical rules between the children.
Example
the 1st thing
another thing
a third thing
Markup
<div class="grid-12 grid-parent verticalRuleSeparated layout_center">
<div class="grid-4"><div class="grid-12">the 1st thing</div></div>
<div class="grid-4"><div class="grid-12">another thing</div></div>
<div class="grid-4"><div class="grid-12">a third thing</div></div>
</div>
Source:
modules/04_small_decorations/verticalRuleSeparated.less, line 4