small changes

This commit is contained in:
lone-cloud 2015-11-05 16:02:36 -08:00
parent 391ccd53b6
commit fa0b2216f5
2 changed files with 4 additions and 2 deletions

View file

@ -41,8 +41,7 @@ export default Em.Component.extend({
intro.setOptions({ intro.setOptions({
steps: [ steps: [
{ {
intro: 'Welcome to Huegasm.<br>' + intro: 'Welcome! This short wizard will introduce you to Huegasm.'
'This short wizard will guide you through the functionality available with this web application.'
}, },
{ {
element: '#musicTab', element: '#musicTab',

View file

@ -172,6 +172,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
.title { .title {
margin-bottom: 30px; margin-bottom: 30px;
img {
width: 200px;
}
} }
#bridgeInput { #bridgeInput {