get headroom from bower
This commit is contained in:
parent
77e3111ad1
commit
27c3bdc042
58 changed files with 1224 additions and 3803 deletions
|
@ -33,13 +33,8 @@
|
|||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.exampleCommand .fa {
|
||||
vertical-align: middle;
|
||||
color: #38c;
|
||||
}
|
||||
|
||||
.exampleCommandText {
|
||||
margin: 0 1em;
|
||||
padding-left: .25em;
|
||||
}
|
||||
|
||||
.defaultVoiceHelp {
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
|
||||
commands = commands.map(function (c) {
|
||||
|
||||
return '<div class="exampleCommand"><i class="fa fa-quote-left"></i><span class="exampleCommandText">' + c + '</span><i class="fa fa-quote-right"></i></div>';
|
||||
return '<div class="exampleCommand"><span class="exampleCommandText">"' + c + '"</span></div>';
|
||||
|
||||
}).join('');
|
||||
|
||||
|
@ -233,8 +233,6 @@
|
|||
return;
|
||||
}
|
||||
|
||||
require(['fontawesome']);
|
||||
|
||||
var html = '';
|
||||
|
||||
var getCommandsPromise = getSampleCommands();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue