summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/tournaments.css.scss
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-23 20:38:16 -0400
committertkimia <tkimia@purdue.edu>2014-04-23 20:38:16 -0400
commit190bfeb784f9760326c54069d2dbf875a820c6ec (patch)
tree1c337f0940cce0bb686aa442e9d3023b6ce3f751 /app/assets/stylesheets/tournaments.css.scss
parentcba4c47e7cca06434742fc5fd282c40973c546d1 (diff)
tournaments now have their game type when displayed. Not sure why I hadn't thought of that earlier
Diffstat (limited to 'app/assets/stylesheets/tournaments.css.scss')
-rw-r--r--app/assets/stylesheets/tournaments.css.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss
index 41d6023..cc55253 100644
--- a/app/assets/stylesheets/tournaments.css.scss
+++ b/app/assets/stylesheets/tournaments.css.scss
@@ -75,6 +75,16 @@ div.tournament-listing {
padding: 5px 0 0 0;
}
}
+
+ .t-game{
+ font-weight: bold;
+ text-align: center;
+ }
+
+ .t-image{
+ display: block;
+ margin:auto;
+ }
}
div.leave-buttons {