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/main.css.scss | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'app/assets/stylesheets/main.css.scss') diff --git a/app/assets/stylesheets/main.css.scss b/app/assets/stylesheets/main.css.scss index 15f5ac5..e69de29 100644 --- a/app/assets/stylesheets/main.css.scss +++ b/app/assets/stylesheets/main.css.scss @@ -1,13 +0,0 @@ -// Place all the styles related to the main controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ - -.jumbotron { - background-color: #FFF; - box-shadow: 1px 1px 20px black; - width: 93%; - - p { - line-height: 1.5em; - } -} -- 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/main.css.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 app/assets/stylesheets/main.css.scss (limited to 'app/assets/stylesheets/main.css.scss') diff --git a/app/assets/stylesheets/main.css.scss b/app/assets/stylesheets/main.css.scss deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3