From d63cbe76583c357f4e25d61cdf6ad20e27ce95c2 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 19 Jul 2015 18:12:55 +0300 Subject: [PATCH] OpenFest: Remove unnecessary css's --- .../assets/stylesheets/open_fest/application.css | 15 --------------- .../app/assets/stylesheets/open_fest/welcome.css | 4 ---- 2 files changed, 19 deletions(-) delete mode 100644 lib/open_fest/app/assets/stylesheets/open_fest/application.css delete mode 100644 lib/open_fest/app/assets/stylesheets/open_fest/welcome.css diff --git a/lib/open_fest/app/assets/stylesheets/open_fest/application.css b/lib/open_fest/app/assets/stylesheets/open_fest/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/lib/open_fest/app/assets/stylesheets/open_fest/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/lib/open_fest/app/assets/stylesheets/open_fest/welcome.css b/lib/open_fest/app/assets/stylesheets/open_fest/welcome.css deleted file mode 100644 index afad32d..0000000 --- a/lib/open_fest/app/assets/stylesheets/open_fest/welcome.css +++ /dev/null @@ -1,4 +0,0 @@ -/* - Place all the styles related to the matching controller here. - They will automatically be included in application.css. -*/