From a5d232cb306e6f5b11a02ff5be349a6c6e6e47e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Tue, 19 May 2015 15:50:03 +0200
Subject: [PATCH] * added empty finc.css to finc-theme

---
 themes/finc/css/finc.css     | 0
 themes/finc/theme.config.php | 3 +++
 2 files changed, 3 insertions(+)
 create mode 100644 themes/finc/css/finc.css

diff --git a/themes/finc/css/finc.css b/themes/finc/css/finc.css
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/themes/finc/theme.config.php b/themes/finc/theme.config.php
index c08976b3b93..fb48fd69272 100644
--- a/themes/finc/theme.config.php
+++ b/themes/finc/theme.config.php
@@ -1,6 +1,9 @@
 <?php
 return array(
     'extends' => 'foundation5',
+    'css' => array(
+        'finc.css',
+    ),
     'helpers' => array(
         'factories' => array(
             'record' => 'finc\View\Helper\Root\Factory::getRecord'
-- 
GitLab