Change MainView class to .main instead of .application

This commit is contained in:
Piotr Sarnacki 2015-01-15 13:09:12 +01:00
parent 4fae71a002
commit 1ee3d0c0ed
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Travis.NotFoundView = Ember.View.extend
Travis.MainView = Travis.View.extend
layoutName: 'layouts/home'
classNames: ['application']
classNames: ['main']
@Travis.NoOwnedReposView = Ember.View.extend
templateName: 'pro/no_owned_repos'

View File

@ -20,7 +20,7 @@ html, body
body > div:first-child
min-height: 100vh
.application
.main
position: relative
width: 100%
min-height: 100vh