From 53a582f374963f161cd2faeaf765defbe40f6dda Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 23 Sep 2014 21:53:51 +0200 Subject: [PATCH] Replaced index.css --- app/views/index.blade.php | 2 +- public/assets/stylesheets/index.css | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 public/assets/stylesheets/index.css diff --git a/app/views/index.blade.php b/app/views/index.blade.php index c4f8d080af..ed0a039e7c 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -98,5 +98,5 @@ {{HTML::script('assets/javascript/firefly/index.js')}} @stop @section('styles') - + {{HTML::style('assets/stylesheets/highslide/highslide.css')}} @stop \ No newline at end of file diff --git a/public/assets/stylesheets/index.css b/public/assets/stylesheets/index.css deleted file mode 100644 index 87f24089da..0000000000 --- a/public/assets/stylesheets/index.css +++ /dev/null @@ -1,13 +0,0 @@ -/** - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any Css/Less files within this directory, lib/assets/javascripts, vendor/assets/javascripts, - * can be referenced here using a relative path. - * - * It's not advisable to add code directly here, but if you do, it'll appear in whatever order it - * gets included (e.g. say you have require_tree . then the code will appear after all the directories - * but before any files alphabetically greater than 'application.css' - * - *= require highslide/highslide - */ \ No newline at end of file