Change MainView class to .main instead of .application
This commit is contained in:
parent
4fae71a002
commit
1ee3d0c0ed
|
@ -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'
|
||||
|
|
|
@ -20,7 +20,7 @@ html, body
|
|||
body > div:first-child
|
||||
min-height: 100vh
|
||||
|
||||
.application
|
||||
.main
|
||||
position: relative
|
||||
width: 100%
|
||||
min-height: 100vh
|
||||
|
|
Loading…
Reference in New Issue
Block a user