diff --git a/inc/roots-actions.php b/inc/roots-actions.php
index 5057412..2c61eff 100644
--- a/inc/roots-actions.php
+++ b/inc/roots-actions.php
@@ -136,7 +136,7 @@ function roots_1140_header_before() {
global $roots_options;
$roots_css_framework = $roots_options['css_framework'];
if ($roots_css_framework === '1140') {
- echo '
', "\n";
+ echo '
', "\n";
}
}
@@ -144,8 +144,8 @@ function roots_1140_header_after() {
global $roots_options;
$roots_css_framework = $roots_options['css_framework'];
if ($roots_css_framework === '1140') {
- echo "
\n";
- echo '
', "\n";
+ echo "
\n";
+ echo '
', "\n";
}
}
@@ -153,8 +153,8 @@ function roots_1140_footer_before() {
global $roots_options;
$roots_css_framework = $roots_options['css_framework'];
if ($roots_css_framework === '1140') {
- echo "
\n";
- echo '
', "\n";
+ echo "
\n";
+ echo '
', "\n";
}
}
@@ -162,7 +162,7 @@ function roots_1140_footer_after() {
global $roots_options;
$roots_css_framework = $roots_options['css_framework'];
if ($roots_css_framework === '1140') {
- echo "
\n";
+ echo "
\n";
}
}
diff --git a/inc/roots-options.php b/inc/roots-options.php
index 81edeca..c18f825 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' => 'container',
+ 'container' => 'twelvecol',
'main' => 'sevencol',
'sidebar' => 'fourcol last'
)