From e3ec54562db205cf2347ccacac9c7cb1b1e274c6 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Wed, 2 Mar 2016 16:29:58 +0100 Subject: [PATCH] Delete scaffolded stylesheets --- .../stylesheets/code_harbor_links.css.scss | 3 - app/assets/stylesheets/scaffolds.css.scss | 69 ------------------- 2 files changed, 72 deletions(-) delete mode 100644 app/assets/stylesheets/code_harbor_links.css.scss delete mode 100644 app/assets/stylesheets/scaffolds.css.scss diff --git a/app/assets/stylesheets/code_harbor_links.css.scss b/app/assets/stylesheets/code_harbor_links.css.scss deleted file mode 100644 index 5ca7b3ce..00000000 --- a/app/assets/stylesheets/code_harbor_links.css.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the CodeHarborLinks controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss deleted file mode 100644 index 6ec6a8ff..00000000 --- a/app/assets/stylesheets/scaffolds.css.scss +++ /dev/null @@ -1,69 +0,0 @@ -body { - background-color: #fff; - color: #333; - font-family: verdana, arial, helvetica, sans-serif; - font-size: 13px; - line-height: 18px; -} - -p, ol, ul, td { - font-family: verdana, arial, helvetica, sans-serif; - font-size: 13px; - line-height: 18px; -} - -pre { - background-color: #eee; - padding: 10px; - font-size: 11px; -} - -a { - color: #000; - &:visited { - color: #666; - } - &:hover { - color: #fff; - background-color: #000; - } -} - -div { - &.field, &.actions { - margin-bottom: 10px; - } -} - -#notice { - color: green; -} - -.field_with_errors { - padding: 2px; - background-color: red; - display: table; -} - -#error_explanation { - width: 450px; - border: 2px solid red; - padding: 7px; - padding-bottom: 0; - margin-bottom: 20px; - background-color: #f0f0f0; - h2 { - text-align: left; - font-weight: bold; - padding: 5px 5px 5px 15px; - font-size: 12px; - margin: -7px; - margin-bottom: 0px; - background-color: #c00; - color: #fff; - } - ul li { - font-size: 12px; - list-style: square; - } -}