From 22098c2551f02c170cfe62a124477eba4c80c044 Mon Sep 17 00:00:00 2001 From: tkimia Date: Mon, 7 Apr 2014 11:52:29 -0400 Subject: small visual changes to show --- app/assets/stylesheets/matches.css.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/matches.css.scss b/app/assets/stylesheets/matches.css.scss index 3ef9170..84430d6 100644 --- a/app/assets/stylesheets/matches.css.scss +++ b/app/assets/stylesheets/matches.css.scss @@ -24,4 +24,19 @@ text-align: center; padding-top: 10px; background-color: rgb(238, 238, 255); +} + +#match-stats { + padding-bottom: 10px; + border-bottom: thick dashed #F0AD4E; +} + +#match-winner { + margin: 0 auto; + text-align: center; + font-size: 2em; +} + +#current-id { + display: none; } \ No newline at end of file -- cgit v1.2.3-2-g168b