diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-07 12:43:41 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-07 12:43:41 -0400 |
commit | f11351569b922e7613259aa8968294536f7b41bd (patch) | |
tree | 445b2e9da17e0ce78f97d2f00d1c7e083cb6e625 /app/assets | |
parent | 87d69d44d9d7f56071f34597fd46bd26b59ab9fd (diff) | |
parent | a35fa838565d08d0c6394b943b8fe54b0e56a25e (diff) |
Merge branch 'master' of github.com:LukeShu/leaguer
Diffstat (limited to 'app/assets')
-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 |