From 5ce55c00ac72bc6fbdd095d7ee697cfa35ea8cc4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 May 2014 12:11:15 -0400 Subject: Redo styles to be "pure"/simple bootstrap, and fix found issues with forms. --- app/assets/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/application.css') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 1c8b233..4c4405c 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -6,7 +6,7 @@ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * *= require_self - *= require_tree ./application + *= require ./application/main */ /* If you put any styles in this file directly, I will knife you. */ -- cgit v1.2.3 From 8c5772072066eb57cda4b0b8953aebe3af33ca2d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 May 2014 17:01:48 -0400 Subject: condense the stylesheets --- app/assets/stylesheets/application.css | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app/assets/stylesheets/application.css (limited to 'app/assets/stylesheets/application.css') diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css deleted file mode 100644 index 4c4405c..0000000 --- a/app/assets/stylesheets/application.css +++ /dev/null @@ -1,12 +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 vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. - * - *= require_self - *= require ./application/main - */ - -/* If you put any styles in this file directly, I will knife you. */ -- cgit v1.2.3