forked from 0x2620/pandora
add ;
This commit is contained in:
parent
84ca422c05
commit
e61ac87a64
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ appPanel
|
|||
gradient.style.right = 0;
|
||||
gradient.style.bottom = 0;
|
||||
// + 2 is a temporary fix for Chrome 26
|
||||
gradient.style.width = logoWidth + 2 + 'px'
|
||||
gradient.style.width = logoWidth + 2 + 'px';
|
||||
gradient.style.height = logoHeight + 2 + 'px';
|
||||
gradient.style.margin = 'auto';
|
||||
['-moz-', '-ms-', '-o-', '-webkit-', ''].forEach(function(prefix) {
|
||||
|
|
Loading…
Reference in a new issue