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/matches.css.scss | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 app/assets/stylesheets/matches.css.scss (limited to 'app/assets/stylesheets/matches.css.scss') diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss deleted file mode 100644 index e3ad6e7..0000000 --- a/app/assets/stylesheets/matches.css.scss +++ /dev/null @@ -1,36 +0,0 @@ -#peer_review_boxes li { - cursor: move; - position: relative; - float: left; - margin: 5px; - width: 180px; - height: 240px; - border: 1px solid rgb(0, 0, 0); - text-align: center; - padding-top: 10px; - background-color: rgb(238, 238, 255); -} - -// Nothing uses this one right now -#peer_review_numeric li { - cursor: move; - position: relative; - float: left; - margin: 5px; - width: 180px; - height: 240px; - border: 1px solid rgb(0, 0, 0); - text-align: center; - padding-top: 10px; - background-color: rgb(238, 238, 255); -} - -/**** INDEX PAGE - TABLE AND GRAPH ****/ -#matches-table { - @extend .table; - color: #FFF; - - form { - color: #333; - } -} -- cgit v1.2.3