1
0
Fork 0
forked from 0x2620/oxjs

changes related to frames and posters view in pandora

This commit is contained in:
rlx 2011-06-07 03:16:25 +00:00
commit a57d5c368a
2 changed files with 16 additions and 17 deletions

View file

@ -106,7 +106,7 @@ Ox.IconItem = function(options, self) {
that.$gradient = $('<div>')
.css({
//top: (-self.options.size / 2) + 'px',
width: self.options.width + 'px',
width: self.options.size + 'px',
height: (self.options.size / 2) + 'px'
});