summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/matches.css.scss
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-22 01:53:15 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-22 01:53:15 -0400
commita0c6b18233551454f3eb9f73a23c0dee43fd2cfa (patch)
tree4c80ac7f78e6269aeffb2887d16c4a68d34f87f3 /app/assets/stylesheets/matches.css.scss
parent257f6393e81ffaef00bb4a738973eaacba02d21e (diff)
parent9c0e7d91ec76c44ca63f87b2bcd46ff16cacc38b (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/assets/stylesheets/matches.css.scss')
-rw-r--r--app/assets/stylesheets/matches.css.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss
index 84430d6..66da68e 100644
--- a/app/assets/stylesheets/matches.css.scss
+++ b/app/assets/stylesheets/matches.css.scss
@@ -39,4 +39,16 @@
#current-id {
display: none;
+}
+
+
+
+/**** INDEX PAGE - TABLE AND GRAPH ****/
+#matches-table {
+ @extend .table;
+ color: #FFF;
+
+ form {
+ color: #333;
+ }
} \ No newline at end of file