fix empty line bug

This commit is contained in:
DIYgod 2015-12-30 20:52:30 +08:00
parent 53f44dee83
commit 441355b77f
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "aplayer",
"version": "1.2.5",
"version": "1.2.6",
"description": "Wow, such a beautiful html5 music player",
"main": "APlayer.js",
"scripts": {

View File

@ -337,6 +337,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
font-size: 12px;
color: #666;
line-height: 20px;
height: 20px;
padding: 0;
margin: 0;
transition: all 0.5s ease-out;