forked from 0x2620/pandora
fix pad.ma info page css
This commit is contained in:
parent
778d28f1f2
commit
fdad3d6f26
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ pandora.ui.infoView = function(data) {
|
|||
|
||||
// Space -------------------------------------------------------------------
|
||||
|
||||
$div = $('<div>').css(css).css({height: '16px'}).appendTo($center);
|
||||
$('<div>').css(css).css({width: '1px', height: '16px'}).appendTo($center);
|
||||
|
||||
// Duration, Aspect Ratio --------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue