diff options
author | Tomer Kimia <tkimia@purdue.edu> | 2014-03-06 19:12:48 -0500 |
---|---|---|
committer | Tomer Kimia <tkimia@purdue.edu> | 2014-03-06 19:12:48 -0500 |
commit | 8e1ca0e4f9107a43fbdf0dac315e3467b0158356 (patch) | |
tree | 6d342386e0bc072d6c5729d4ee8fc962d74f4b11 /app/assets | |
parent | 1ec0bbad344790e7181a586cd24914c677d20d32 (diff) |
defaults now come in
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/tournaments.css.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/tournaments.css.scss b/app/assets/stylesheets/tournaments.css.scss index e372b90..458897e 100644 --- a/app/assets/stylesheets/tournaments.css.scss +++ b/app/assets/stylesheets/tournaments.css.scss @@ -1,3 +1,12 @@ // Place all the styles related to the tournaments controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +p.default-field { + display: inline; +} + +span.default-explanation { + color: gray; + font-style: italic; +} |