From d34e17d4fa79d418a1b016f7769d8c4bc80c9c8f Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Thu, 3 Jul 2014 15:27:07 -0400
Subject: [PATCH] Back to CSS for default. Sorry.

---
 themes/bootprint3/theme.config.php | 8 ++++----
 themes/bootstrap3/theme.config.php | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/themes/bootprint3/theme.config.php b/themes/bootprint3/theme.config.php
index 659ce2cc104..f87518e2101 100644
--- a/themes/bootprint3/theme.config.php
+++ b/themes/bootprint3/theme.config.php
@@ -4,16 +4,16 @@ return array(
     'css' => array(
         //'bootstrap.min.css',
         //'bootprint-custom.css',
-        //'compiled.css',
-        //'icons.css'
+        'compiled.css',
+        'icons.css'
     ),
     'less' => array(
         //'compiled.less',
         //'icons.less'
     ),
     'scss' => array(
-        'compiled.scss',
-        'icons.scss'
+        //'compiled.scss',
+        //'icons.scss'
     ),
     'js' => array(
         'vendor/bootstrap.min.js'
diff --git a/themes/bootstrap3/theme.config.php b/themes/bootstrap3/theme.config.php
index a0d24f37cd6..f209cbe2ac2 100644
--- a/themes/bootstrap3/theme.config.php
+++ b/themes/bootstrap3/theme.config.php
@@ -5,8 +5,8 @@ return array(
         //'bootstrap.min.css',
         //'bootstrap-accessibility.css',
         //'bootstrap-custom.css',
-        //'compiled.css',
-        //'font-awesome/font-awesome.css',
+        'compiled.css',
+        'font-awesome/font-awesome.css',
         'print.css:print',
         'slider.css',
     ),
@@ -24,8 +24,8 @@ return array(
         //'font-awesome/font-awesome.less'
     ),
     'scss' => array(
-        'compiled.scss',
-        'font-awesome.scss'
+        //'compiled.scss',
+        //'font-awesome.scss'
     ),
     'favicon' => 'vufind-favicon.ico',
     'helpers' => array(
-- 
GitLab