From ced2bc63f6d8e471b7638126f5abff27a9756d7f Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Tue, 8 Oct 2013 16:57:17 -0400 Subject: [PATCH] fixed alignmnt of Mr. T --- assets/scripts/app/templates/auth/signin.hbs | 2 +- assets/styles/auth.sass | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/scripts/app/templates/auth/signin.hbs b/assets/scripts/app/templates/auth/signin.hbs index 1d0e6c22..1a83cc2e 100644 --- a/assets/scripts/app/templates/auth/signin.hbs +++ b/assets/scripts/app/templates/auth/signin.hbs @@ -10,7 +10,7 @@ {{#if Travis.signingIn}} Signing in... {{else}} - Sign in with GitHub. + Sign in with GitHub {{/if}}

diff --git a/assets/styles/auth.sass b/assets/styles/auth.sass index a7302fc7..a3bb1fcf 100644 --- a/assets/styles/auth.sass +++ b/assets/styles/auth.sass @@ -46,9 +46,8 @@ text-align: center .mascot - display: inline-block - margin: 0 0 50px 190px - width: 150px + display: block + margin: 0 0 50px 0 height: 150px - background-image: inline-image('travis-mascot-150.png') - background-size: cover \ No newline at end of file + background: inline-image('travis-mascot-150.png') 50% 0 no-repeat + background-size: 150px 150px \ No newline at end of file