4.6.2 fix songdetails_controls loop icon spacing and uglifyjs in gruntfile

This commit is contained in:
Trevor Squillario 2015-08-23 11:44:01 -04:00
parent d672598210
commit c758df2ac9
2 changed files with 3 additions and 2 deletions

View file

@ -182,7 +182,7 @@ module.exports = function (grunt) {
flow: { flow: {
html: { html: {
steps: { steps: {
js: ['concat', 'uglifyjs'], js: ['concat', 'uglify'],
css: ['cssmin'] css: ['cssmin']
}, },
post: {} post: {}

View file

@ -4,6 +4,7 @@
display: block; display: block;
} }
.icon-wrap { .icon-wrap {
margin: 4px 2px; margin-left: 2px;
margin-right: 2px;
float: left; float: left;
} }