diff --git a/inc/roots-options.php b/inc/roots-options.php index 08c113d..3f1a234 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -94,7 +94,7 @@ $roots_css_frameworks = array( 'name' => '1140', 'label' => __('1140', 'roots'), 'classes' => array( - 'container' => 'twelvecol', + 'container' => '', 'main' => 'eightcol', 'sidebar' => 'fourcol last' ) @@ -143,7 +143,7 @@ $roots_css_frameworks = array( 'main' => 'span11', 'sidebar' => 'span5' ) - ), + ), 'none' => array( 'name' => 'none', 'label' => __('None', 'roots'), @@ -239,7 +239,7 @@ function roots_theme_options_render_page() { - + @@ -250,9 +250,9 @@ function roots_theme_options_render_page() { - + - + @@ -263,9 +263,9 @@ function roots_theme_options_render_page() { - - - + + +
@@ -371,7 +371,7 @@ function roots_theme_options_validate($input) { } $output['fout_b_gone'] = $input['fout_b_gone']; } - + if (isset($input['bootstrap_javascript'])) { if ($input['bootstrap_javascript'] === 'yes') { $input['bootstrap_javascript'] = true; @@ -390,7 +390,7 @@ function roots_theme_options_validate($input) { $input['bootstrap_less_javascript'] = false; } $output['bootstrap_less_javascript'] = $input['bootstrap_less_javascript']; - } + } return apply_filters('roots_theme_options_validate', $output, $input, $defaults); }