summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.css
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:05:39 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 11:05:39 -0400
commit0f62d8708b28f0fc4563fb9861cea63c8dfa993c (patch)
tree3e896284649f462b400287087bbd40c6b7f329eb /app/assets/stylesheets/application.css
parent55c6deae283b80adc5b664fd1ca592028fed10b0 (diff)
Shuffle CSS around
All element-css should now also be in an actual stylesheet
Diffstat (limited to 'app/assets/stylesheets/application.css')
-rw-r--r--app/assets/stylesheets/application.css14
1 files changed, 1 insertions, 13 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 677791c..0a0365d 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -5,20 +5,8 @@
* 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.
*
- * You're free to add application-wide styles to this file and they'll appear at the top of the
- * compiled file, but it's generally better to create a new file per style scope.
- *
*= require_self
*= require_tree .
*/
-#query{
- background-color: #303030;
- border: 2px solid #ED9C28;
- border-radius: 5px;
- color: #FFF;
- font-weight: bold;
- height: 30px;
- padding: 0px 5px;
-}
-
+/* If you put any styles in this file directly, I will knife you. */