diff options
| author | Teddy Wing | 2013-04-28 14:40:29 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 14:40:29 -0400 |
| commit | 649d336bc48743038c703a8f275b1d115151969d (patch) | |
| tree | 07e2d9c752d0f026560548c120d2d808ecc85c44 /views/character-chosen-dialog.ejs | |
| parent | 1c57161d94906820b0dc9dce23d8b5d8e9b181d1 (diff) | |
| download | Who-am-I-649d336bc48743038c703a8f275b1d115151969d.tar.bz2 | |
Reduce size of type on 'Sorry' screen
Because otherwise it extends off the screen in the Viggle app.
Diffstat (limited to 'views/character-chosen-dialog.ejs')
| -rw-r--r-- | views/character-chosen-dialog.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/character-chosen-dialog.ejs b/views/character-chosen-dialog.ejs index 2d37ea4..c250f2a 100644 --- a/views/character-chosen-dialog.ejs +++ b/views/character-chosen-dialog.ejs @@ -28,7 +28,7 @@ <% if (success === 'true') { %> <h1>Congratulations you're right! You just won 1 million Viggle points!</h1> <% } else { %> - <h1>Sorry, that wasn't the right character. Keep watching and you'll get it next time.</h1> + <h1 class="zan-nendeshta">Sorry, that wasn't the right character. Keep watching and you'll get it next time.</h1> <p> The right one was: |
