fixes #134 - the 1140 grid columns now add up to 12

This commit is contained in:
Ben Word
2011-09-28 11:01:35 -06:00
parent 9a64880293
commit 8cba64b83d

View File

@@ -95,7 +95,7 @@ $roots_css_frameworks = array(
'label' => __('1140', 'roots'),
'classes' => array(
'container' => 'twelvecol',
'main' => 'sevencol',
'main' => 'eightcol',
'sidebar' => 'fourcol last'
)
),