diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-07 11:52:29 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-07 11:52:29 -0400 |
commit | 22098c2551f02c170cfe62a124477eba4c80c044 (patch) | |
tree | 386582083cd246c8088060eb1b8d98e4b8ba5c1c /app/assets/stylesheets/matches.css.scss | |
parent | fe5496d65c2eb39d8e529e68bedacef1b3ecef5f (diff) |
small visual changes to show
Diffstat (limited to 'app/assets/stylesheets/matches.css.scss')
-rw-r--r-- | app/assets/stylesheets/matches.css.scss | 15 |
1 files changed, 15 insertions, 0 deletions
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 |