typo
This commit is contained in:
parent
2fce008f0b
commit
d2f3bf70d5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Ox.IconItem = function(options, self) {
|
|||
self.title = $('<div>').css({fontSize: self.fontSize + 'px'}).html(self.title);
|
||||
self.info = $('<div>').append(
|
||||
self.options.info.css({
|
||||
padding: '0 ' + infoPadding + 'px',
|
||||
padding: '0 ' + self.infoPadding + 'px',
|
||||
margin: '1px auto',
|
||||
fontSize: self.fontSize + 'px',
|
||||
textShadow: 'none'
|
||||
|
|
Loading…
Reference in a new issue