diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-03-07 17:34:58 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-03-07 17:34:58 -0500 |
commit | d0bebc7fe14b95b24c9e63e3d3128f5a87bf4999 (patch) | |
tree | 055cc69133d5e8f68f558912f5995dab2e256cee /app/assets | |
parent | e43fb6fc5a7544db177768234132cef29eba22d2 (diff) | |
parent | 7e7a0a4a0465142612acd1e0d050cb1b91f93d90 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/custom.css.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 4ea86d4..1a9b09a 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -46,3 +46,8 @@ p.errors { } } + +#notice { + text-align: center; + font-weight: bold; +}
\ No newline at end of file |