Skip to content

Commit

Permalink
Added Referrals page
Browse files Browse the repository at this point in the history
  • Loading branch information
Docademic authored and Docademic committed Feb 15, 2018
1 parent 5bc62c4 commit 2152aa8
Show file tree
Hide file tree
Showing 5 changed files with 51,655 additions and 6 deletions.
27 changes: 27 additions & 0 deletions assets/css/mtc.css
Expand Up @@ -153,6 +153,33 @@ h2 a{
}
}

.table-header{
background: #0288d1;
}

.table-header p{
color: #fff;
font-weight: bold;
}

.table-bottom{
background: #c8c8c8;
}

.table-bottom p{

}

.table-entry{
overflow: hidden;
background: #fff;
}

.colored-entry{
overflow: hidden;
background: #f2f2f2;
}

#direct-container{
text-align: center;
}
Expand Down

0 comments on commit 2152aa8

Please sign in to comment.