4.6.2 fix songdetails_controls loop icon spacing and uglifyjs in gruntfile
This commit is contained in:
parent
d672598210
commit
c758df2ac9
2 changed files with 3 additions and 2 deletions
|
@ -182,7 +182,7 @@ module.exports = function (grunt) {
|
|||
flow: {
|
||||
html: {
|
||||
steps: {
|
||||
js: ['concat', 'uglifyjs'],
|
||||
js: ['concat', 'uglify'],
|
||||
css: ['cssmin']
|
||||
},
|
||||
post: {}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
display: block;
|
||||
}
|
||||
.icon-wrap {
|
||||
margin: 4px 2px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue