From 67e49552333868db15bcb9ae0e0c12ae1223f6cb Mon Sep 17 00:00:00 2001 From: Corey Wagehoft Date: Tue, 1 Nov 2011 12:34:27 -0500 Subject: [PATCH] Adding default css classes for Foundation framework --- inc/roots-options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/roots-options.php b/inc/roots-options.php index 1367c2b..d7ec5dc 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -122,8 +122,8 @@ $roots_css_frameworks = array( 'label' => __('Foundation', 'roots'), 'classes' => array( 'container' => 'row', - 'main' => '', - 'sidebar' => '' + 'main' => 'eight columns', + 'sidebar' => 'four columns' ) ), 'none' => array(