From 8cba64b83d279b6d155e15e55878773c3d43aefc Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 28 Sep 2011 11:01:35 -0600 Subject: [PATCH] fixes #134 - the 1140 grid columns now add up to 12 --- inc/roots-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/roots-options.php b/inc/roots-options.php index ed3d045..cd3286a 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -95,7 +95,7 @@ $roots_css_frameworks = array( 'label' => __('1140', 'roots'), 'classes' => array( 'container' => 'twelvecol', - 'main' => 'sevencol', + 'main' => 'eightcol', 'sidebar' => 'fourcol last' ) ),