From bd818facc2783765d68e5773f0b06ff53ea2a844 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Tue, 19 Jul 2011 14:06:45 -0600 Subject: [PATCH] Removed gitignore and default less classes --- .gitignore | 2 -- inc/roots-options.php | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 173aae8..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ - -css/.DS_Store diff --git a/inc/roots-options.php b/inc/roots-options.php index e7cbcad..5b37464 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -104,8 +104,8 @@ $roots_css_frameworks = array( 'label' => __('Less Framework 4', 'roots'), 'classes' => array( 'container' => 'container', - 'main' => 'grid_6', - 'sidebar' => 'grid_4' + 'main' => '', + 'sidebar' => '' ) ), 'none' => array(