summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/main.css.scss
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-05-01 12:11:15 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-05-01 12:11:15 -0400
commit5ce55c00ac72bc6fbdd095d7ee697cfa35ea8cc4 (patch)
treef8f73510819a16d0119342ba6e552755bc5f3ec1 /app/assets/stylesheets/main.css.scss
parent47bb545740937d50b72e0d1c420fcba4e64d6760 (diff)
Redo styles to be "pure"/simple bootstrap, and fix found issues with forms.
Diffstat (limited to 'app/assets/stylesheets/main.css.scss')
-rw-r--r--app/assets/stylesheets/main.css.scss13
1 files changed, 0 insertions, 13 deletions
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;
- }
-}